leak_ip_address_to_all_servers
or smth to get the pings cant u[DDNET] UPLOAD
e.g.from html import escape
seems to work, next up it tries to import the module mysql
which I seem to be missingmysql
was actually just a script in that repo, now it tries to import MySQLdb
, I guess I'll comment out that part"latin-1"
isn't the correct answer. it might "fix" the exception, but it'll probably break the data)from diskcache import Cache
with with Cache('players-cache') as cache:
. the error is raised on an access on cache/usr/lib/python3.9/site-packages/diskcache/core.py
?/usr/lib/python3.9/site-packages/diskcache/core.py
? import .diskcache
(edited)from diskcache import Cache
or from .diskcache import Cache
?