Change on_auth

This commit is contained in:
Maxim Khomutov 2023-07-08 02:02:35 +03:00
parent e0dc6cbf16
commit 7fa3004ec1

View File

@ -42,5 +42,5 @@ class EventsSystem:
def on_stop(self):
pass
def on_auth(self):
def on_auth(self, client):
pass