aboutsummaryrefslogtreecommitdiffstats
path: root/server.py
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2017-03-30 22:26:42 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2017-03-30 22:26:42 +0300
commit51923dcf0dd38638183c444d608f94df60f0226d (patch)
tree55607acac321ac20bbdd1292556a7c262c2b0947 /server.py
parent73e93d043705966f4ccd835e49a91b11987fd9bf (diff)
Add print lockmaster
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))