Commit 80831a2e authored by Guillaume Seguin's avatar Guillaume Seguin

Woops, typo in 8d85523a

parent 4728fd1f
......@@ -1133,9 +1133,9 @@ class pronsole(cmd.Cmd):
self.starttime = time.time()
if resuming:
print _("Print resumed at: %s") % format_time(self.starttime)
self.compute_eta = RemainingTimeEstimator(self.fgcode)
else:
print _("Print started at: %s") % format_time(self.starttime)
self.compute_eta = RemainingTimeEstimator(self.fgcode)
def endcb(self):
if self.p.queueindex == 0:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment