Skip to content

Commit

Permalink
fix: 🐛 handle multiprocessing issue on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
soul-codes committed Dec 13, 2024
1 parent 9bd6f5d commit 72fd251
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mangotango.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
from terminal_tools import enable_windows_ansi_support
from terminal_tools.inception import TerminalContext
from storage import Storage
from multiprocessing import freeze_support

if __name__ == "__main__":
freeze_support()
enable_windows_ansi_support()
storage = Storage(app_name="MangoTango", app_author="Civic Tech DC")

Expand Down

0 comments on commit 72fd251

Please sign in to comment.