version: "0.6"
entry for every server in daemon_storage.json
and restart the python daemon. To insert this into the json you could also briefly modify the python daemon by adding info["version"] = "0.6"
below this line https://github.com/timakro/ddnet-trashmap/blob/4d19252c37b0714083ff7dff27e1ff4d9c205159/trashmap.py#L226 (undo this for production ofc)
After you did this the version column shouldn't be empty here http://zaf.ddnet.tw/server_list.php (edited)Traceback (most recent call last):
File "/srv/trashmap/trashmap.py", line 533, in <module>
main()
File "/srv/trashmap/trashmap.py", line 428, in main
next_run = time.time() + data["config"]["tickseconds"]
TypeError: 'NoneType' object is not subscriptable
Traceback (most recent call last):
File "/srv/trashmap/trashmap.py", line 533, in <module>
main()
File "/srv/trashmap/trashmap.py", line 428, in main
next_run = time.time() + data["config"]["tickseconds"]
TypeError: 'NoneType' object is not subscriptable
ENUM=3
scripts/gen_keys.py
which is py2 onlysudo apt install ddnet
should do the jobsudo apt install ddnet-server