diff options
Diffstat (limited to 'server.py')
| -rwxr-xr-x | server.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ PORT = 5000 DEBUG = True running = True + def debug(string): if (DEBUG): print("{} DEBUG: {}".format(datetime.now(), string)) |
