Skip to content

Commit

Permalink
minor ifx
Browse files Browse the repository at this point in the history
  • Loading branch information
giumas committed Jun 11, 2019
1 parent 3fa319a commit 7b0030e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions freeze/SIS4.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ def sis_gui():
sys.exit(app.exec_())


freeze_support()
sis_gui()
if __name__ == '__main__':
freeze_support()
sis_gui()

0 comments on commit 7b0030e

Please sign in to comment.