aboutsummaryrefslogtreecommitdiffstats
path: root/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'server.py')
-rwxr-xr-xserver.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/server.py b/server.py
index 9e8ccf6..5e216f4 100755
--- a/server.py
+++ b/server.py
@@ -12,6 +12,7 @@ PORT = 5000
DEBUG = True
running = True
+
def debug(string):
if (DEBUG):
print("{} DEBUG: {}".format(datetime.now(), string))