mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-08-26 21:04:16 -05:00
Fix wrong parameter in profile server call to delete_session.
This commit is contained in:
@@ -126,7 +126,7 @@ class PlayerSession(LineReceiver):
|
||||
if self.profileid in self.sessions:
|
||||
del self.sessions[self.profileid]
|
||||
|
||||
self.db.delete_session(self.session)
|
||||
self.db.delete_session(self.sesskey)
|
||||
self.log(logging.INFO, "Deleted session " + self.session)
|
||||
except:
|
||||
self.log(logging.ERROR, "Unknown exception: %s" % traceback.format_exc())
|
||||
|
||||
Reference in New Issue
Block a user