From f03a9e786ecf465ebf3fcb697ec9cb7903a9580b Mon Sep 17 00:00:00 2001 From: akamhy <64683866+akamhy@users.noreply.github.com> Date: Sat, 2 May 2020 15:08:48 +0530 Subject: [PATCH] Update wrapper.py --- pywayback/wrapper.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pywayback/wrapper.py b/pywayback/wrapper.py index c1f2c00..5baf7cd 100644 --- a/pywayback/wrapper.py +++ b/pywayback/wrapper.py @@ -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