ultimate_tictactoe_server/tools.py
2019-03-27 17:23:04 +01:00

6 lines
119 B
Python

import datetime
def debug(msg):
print("[" + datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S') + "]: " + msg)