mirror of
https://github.com/YGGverse/pymaster.git
synced 2025-02-08 04:54:20 +00:00
fix undefined variable
This commit is contained in:
parent
75487e36e8
commit
273991e58f
@ -130,7 +130,7 @@ class PyMaster:
|
||||
self.fakeInfoForOldVersions(gamedir, addr)
|
||||
return
|
||||
else:
|
||||
log('Client Query: %s:%d, invalid infostring=%s' % (addr[0], addr[1], rawFilter))
|
||||
log('Client Query: %s:%d, invalid infostring=%s' % (addr[0], addr[1], data))
|
||||
except IndexError:
|
||||
pass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user