summaryrefslogtreecommitdiff
path: root/kpov_judge/tasks/custom_rdate/rDate.py
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2018-09-26 16:23:29 +0200
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2018-09-26 16:23:29 +0200
commit03c9d6d8441e3293b058fed270866419781b734c (patch)
treea456f12f5c26c836685c6e47c95cfe2897e43723 /kpov_judge/tasks/custom_rdate/rDate.py
parent3938c69f3e1586c1ffbcae5395414ca8480e6ba4 (diff)
Run 2to3
Some stuff is broken now.
Diffstat (limited to 'kpov_judge/tasks/custom_rdate/rDate.py')
-rw-r--r--kpov_judge/tasks/custom_rdate/rDate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpov_judge/tasks/custom_rdate/rDate.py b/kpov_judge/tasks/custom_rdate/rDate.py
index 1ceafaa..97885b0 100644
--- a/kpov_judge/tasks/custom_rdate/rDate.py
+++ b/kpov_judge/tasks/custom_rdate/rDate.py
@@ -14,5 +14,5 @@ podatek = s.recv(4)
stevilka = struct.unpack("!I", podatek)
st= stevilka[0]-220898800
date = time.localtime(st)
-print(time.strftime('%Y-%m-%d %H:%M:%S'),date)
+print((time.strftime('%Y-%m-%d %H:%M:%S'), date))
s.send(date)