Skip to content

Commit

Permalink
Format manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Marti2203 committed Dec 9, 2024
1 parent d228613 commit 7bae2cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,8 +649,8 @@ def dump_cost(

if __name__ == "__main__":
if platform.system() == "Darwin":
#Macos specific requirement for Multi-Processing
set_start_method('fork',force=True)
# Macos specific requirement for Multi-Processing
set_start_method("fork", force=True)
logging.getLogger("httpx").setLevel(logging.WARNING)
logger.remove()
main()

0 comments on commit 7bae2cb

Please sign in to comment.