Skip to content

Commit 728d892

Browse files
committed
fix make_time script for py3, as pointed out by @iancote
1 parent 062cb49 commit 728d892

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

resources/session02/homework/webroot/make_time.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
<p> %s <p>
1818
</body>
1919
</http>
20-
"""% time_str
21-
22-
print html
23-
24-
20+
""" % time_str
2521

22+
print(html)

0 commit comments

Comments
 (0)