reworked ids system

This commit is contained in:
BarsTiger
2022-05-18 21:17:33 +03:00
parent 6c5aedfde2
commit 58dc8e1a5b
6 changed files with 28 additions and 25 deletions

View File

@@ -115,7 +115,7 @@ def handle_connection_to_server(connection) -> None:
print("Connected to server")
print("Server returned: " + str(connection))
for client_id_av in list(client.channels_info(prefix_filter='admin-')['channels']):
print("Channel: " + client_id_av)
print("Channel: " + client_id_av.split('-')[1])
# Trying to connect to pusher