mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-26 23:19:33 +00:00
Fix adding new lines to table when client reconnects
This commit is contained in:
@@ -183,7 +183,7 @@ def client_connected(self: Client):
|
||||
model.appendRow((copter_id_item, ))
|
||||
|
||||
|
||||
Client.on_connect = client_connected
|
||||
Client.on_first_connect = client_connected
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user