Skip to content

Commit

Permalink
Fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Leinad4Mind committed Nov 19, 2023
1 parent 1bd682f commit 549fbc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def add_links(self, state, cached_download=''):
Calls FilterWorker()
'''
logging.debug('Call add_links')
# 로딩 오버레이 표시
# Show loading overlay
self.show_loading_overlay()
worker = FilterWorker(
self, cached_download, (self.gui.password.text() if not cached_download else ''))
Expand Down
2 changes: 1 addition & 1 deletion hook-curl_cffi.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from PyInstaller.utils.hooks import collect_data_files

# Pyinstaller 빌드시 경로에서 누락되는 cacert.pem을 챙겨주는 Hook
# Pyinstaller Hook that takes care of cacert.pem missing from the path when building
datas = collect_data_files('curl_cffi')

0 comments on commit 549fbc7

Please sign in to comment.