[printcore] fixed typo.

master
Kaz Walker 2013-02-17 14:14:02 -07:00
parent b0cb2b0781
commit 8fb6c98d05
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ class printcore():
def pause(self):
"""Pauses the print, saving the current position.
"""
return False if !selft.printing
return False if !self.printing
self.paused = True
self.printing = False
self.print_thread.join()