Update wrapper.py

This commit is contained in:
akamhy 2020-05-02 15:08:48 +05:30 committed by GitHub
parent baf1b8f7f4
commit f03a9e786e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,10 +6,9 @@ import urllib.error
# YYYYMMDDhhmmss
class TooManyArchivingRequestsError(Exception):
"""An error when a single url is archived multiple times in a short timespam.
Wayback machine doesn't supports archivng any url too many times in a short period of time.
"""
An error when a single url is archived multiple times in a short timespam..
"""
pass
class ArchivingNotAllowed(Exception):
pass