Skip to content

Commit

Permalink
Update crawler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
riverallzero authored Oct 22, 2023
1 parent ae4d947 commit 155f6d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@

receiver_email = '[email protected]'

# BASE_DIR = os.path.dirname(os.path.abspath(__file__))
# file_path = os.path.join(BASE_DIR, 'last_no.txt')
file_path = 'last_no.txt'
if os.path.exists(file_path):
with open(file_path, 'r') as file:
Expand Down

0 comments on commit 155f6d3

Please sign in to comment.