mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-06 23:26:19 +01:00
Added console logging output.
This commit is contained in:
@@ -25,6 +25,7 @@ class DiscordAPIManager:
|
||||
self.email = email
|
||||
self.password = password
|
||||
self.server_id = server_id
|
||||
logger.debug("Initialized DiscordAPIManager with server id %s" % self.server_id)
|
||||
|
||||
def __del__(self):
|
||||
if hasattr(self, 'token'):
|
||||
|
||||
Reference in New Issue
Block a user