rename update functions

This commit is contained in:
Ville Rantanen
2017-04-06 11:00:55 +03:00
parent 55c1c9aecc
commit 1b10be0bbb
2 changed files with 5 additions and 3 deletions

View File

@@ -88,6 +88,8 @@ def main():
else:
import traceback
print traceback.format_exc()
except KeyboardInterrupt:
pass
if __name__ == "__main__":
main()