Skip to content

Commit

Permalink
수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dhku committed Oct 1, 2024
1 parent b91ba4f commit 3dbc2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ def run(self):
os.environ["QT_FONT_DPI"] = str(config['resolution'])

# 콘솔 로깅
#console_logger_init() # 배포시 활성화
console_logger_init() # 배포시 활성화

# UI 인스턴스화
app = QApplication(sys.argv)
Expand Down

0 comments on commit 3dbc2ce

Please sign in to comment.