started re-organizing css, added js beautify file

This commit is contained in:
Roberto Tonino 2020-04-14 22:05:22 +02:00
parent 139ee130bc
commit f70dc36324

View file

@ -150,4 +150,5 @@ def run_server(port):
socketio.run(server, host='0.0.0.0', port=port)
if __name__ == '__main__':
run_server(33333)
# run_server(33333)
run_server(9999)