Skip to content

Commit

Permalink
FixTypoInDatetime
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMeliz committed Oct 31, 2024
1 parent d3070dc commit ddca979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torcrawl.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def main():

args = parser.parse_args()

now = datetime.datetime.now().strftime("%Y%m%d")
now = datetime.datetime.now().strftime("%y%m%d")

# Canonicalization of web url and create path for output.
website = ''
Expand Down

0 comments on commit ddca979

Please sign in to comment.