Skip to content

Commit

Permalink
updated DEFAULTSTARTDATE to 2020/01/01
Browse files Browse the repository at this point in the history
  • Loading branch information
Donearm committed Jul 8, 2020
1 parent fa8bcd0 commit e30d076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instagram_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

MAINPATH='/mnt/documents/c/Tempstuff/instagram/'
LOGFILE= MAINPATH + basename(splitext(__file__)[0]) + '.log'
DEFAULTSTARTDATE = [2019, 1, 1]
DEFAULTSTARTDATE = [2020, 1, 1]

def argument_parser():
cli_parser = argparse.ArgumentParser()
Expand Down

0 comments on commit e30d076

Please sign in to comment.