Closed staticabhi closed 7 years ago
Hey,
I'm getting system error @ "print "{}: {}".format(datetime.now(), msg)" in helpers.
You might be using python 3? If so, the syntax for that line should read:
print("{}: {}".format(datetime.now(), msg))
Let me know if that works!
Hey, Yes.. it resolved the issue.. thanks for help!
Hey,
I'm getting system error @ "print "{}: {}".format(datetime.now(), msg)" in helpers.