pywaybackup 1.2.2__tar.gz → 1.2.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pywaybackup
3
- Version: 1.2.2
3
+ Version: 1.2.3
4
4
  Summary: Download snapshots from the Wayback Machine
5
5
  Home-page: https://github.com/bitdruid/python-wayback-machine-downloader
6
6
  Author: bitdruid
@@ -0,0 +1 @@
1
+ __version__ = "1.2.3"
@@ -356,7 +356,7 @@ def download_exception(type, e, i, max_retries, sleep_time, status_message):
356
356
  """
357
357
  type = e.__class__.__name__.upper()
358
358
  status_message = f"{status_message}\n" + \
359
- f"{type} -> ({i+1}/{max_retries}), reconnect in {sleep_time} seconds...\n" + \
359
+ f"{type} -> ({i+1}/{max_retries}), reconnect in {sleep_time} seconds...\n"
360
360
  vb.write(status_message)
361
361
  time.sleep(sleep_time)
362
362
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pywaybackup
3
- Version: 1.2.2
3
+ Version: 1.2.3
4
4
  Summary: Download snapshots from the Wayback Machine
5
5
  Home-page: https://github.com/bitdruid/python-wayback-machine-downloader
6
6
  Author: bitdruid
@@ -1 +0,0 @@
1
- __version__ = "1.2.2"
File without changes
File without changes
File without changes
File without changes