implemented retry wrapper for all requests, to increase robustness

This commit is contained in:
Tristan Lee
2022-03-01 16:56:50 -06:00
parent 18b89f19ec
commit 00799059b3
2 changed files with 83 additions and 19 deletions

View File

@@ -52,7 +52,7 @@ class OdyseeChannel:
posted by the channel and all comments posted to those videos
"""
all_videos = self.get_all_videos()
all_videos = list(self.get_all_videos())
all_comments = []