Skip to content

Commit

Permalink
Update archive.py
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mabe authored Mar 30, 2021
1 parent 2c2cf8c commit b312f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def main():

if archive == "Archive.Today":
handler = "is"
elif archive == "Internet Archive":
elif archive == "IA":
handler = "ia"
elif archive == "Megalodon":
handler = "mg"
Expand Down

0 comments on commit b312f39

Please sign in to comment.