Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhoune committed Sep 18, 2023
1 parent 010a862 commit 3525262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from flask_cors import CORS
import logging

try:
try: # sometimes psutil is not working on M1 Macs
import psutil

parent_pid = os.getpid()
Expand Down

0 comments on commit 3525262

Please sign in to comment.