Skip to content

Commit

Permalink
[scrap] import 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
Re-st committed Nov 23, 2023
1 parent 2b9bc64 commit 151b3d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrap/utils/spreadsheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from scrap.local_councils.gyeongsang import *
from scrap.local_councils import *
from requests.exceptions import Timeout
from utils.email_result import email_result
from scrap.utils.email_result import email_result

# 구글로부터 권한을 요청할 어플리케이션 목록
# 변경 시 token.json 삭제 후 재인증 필요
Expand Down Expand Up @@ -204,4 +204,4 @@ def main() -> None:


if __name__ == "__main__":
main()
main()

0 comments on commit 151b3d5

Please sign in to comment.