ssboost commited on
Commit
b5e4674
·
verified ·
1 Parent(s): b2ce728

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -401,7 +401,7 @@ if __name__ == "__main__":
401
  )
402
  except Exception as e:
403
  logger.error(f"Failed to parse BACKGROUNDS_DATA: {e}")
404
- return None, None, None, None, None, None, None
405
 
406
  # 환경변수에서 배경 딕셔너리들 로드
407
  (SIMPLE_BACKGROUNDS, STUDIO_BACKGROUNDS, NATURE_BACKGROUNDS,
 
401
  )
402
  except Exception as e:
403
  logger.error(f"Failed to parse BACKGROUNDS_DATA: {e}")
404
+ return {}, {}, {}, {}, {}, {}, {}
405
 
406
  # 환경변수에서 배경 딕셔너리들 로드
407
  (SIMPLE_BACKGROUNDS, STUDIO_BACKGROUNDS, NATURE_BACKGROUNDS,