You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/offat/api/app.py
+26-24Lines changed: 26 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,18 @@
3
3
fromoffat.api.jobsimportscan_api
4
4
fromoffat.api.modelsimportCreateScanModel
5
5
fromoffat.loggerimportlogger
6
+
6
7
# from os import uname, environ
7
8
8
9
9
-
logger.info('Secret Key: %s', auth_secret_key)
10
+
logger.info("Secret Key: %s", auth_secret_key)
10
11
11
12
12
13
# if uname().sysname == 'Darwin' and environ.get('OBJC_DISABLE_INITIALIZE_FORK_SAFETY') != 'YES':
13
14
# logger.warning('Mac Users might need to configure OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES in env\nVisit StackOverFlow link for more info: https://stackoverflow.com/questions/50168647/multiprocessing-causes-python-to-crash-and-gives-an-error-may-have-been-in-progr')
0 commit comments