We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213de70 commit 900f6e0Copy full SHA for 900f6e0
1 file changed
autotime/__init__.py
@@ -23,7 +23,7 @@ def start(self):
23
24
def stop(self):
25
delta = monotonic() - self.start_time
26
- print('time: {}'.format(format_delta(delta)))
+ print(u'time: {}'.format(format_delta(delta)))
27
28
29
timer = LineWatcher()
0 commit comments