Remove debug print (again)
This commit is contained in:
@@ -702,7 +702,6 @@ class Portal:
|
|||||||
for participant in participants:
|
for participant in participants:
|
||||||
puppet = p.Puppet.get(participant.user_id)
|
puppet = p.Puppet.get(participant.user_id)
|
||||||
user = u.User.get_by_tgid(participant.user_id)
|
user = u.User.get_by_tgid(participant.user_id)
|
||||||
print(participant)
|
|
||||||
new_level = 0
|
new_level = 0
|
||||||
if isinstance(participant, (ChatParticipantAdmin, ChannelParticipantAdmin)):
|
if isinstance(participant, (ChatParticipantAdmin, ChannelParticipantAdmin)):
|
||||||
new_level = 50
|
new_level = 50
|
||||||
|
|||||||
Reference in New Issue
Block a user