diff --git a/reddit_bot.py b/reddit_bot.py index 3f15c5f..66f03f6 100644 --- a/reddit_bot.py +++ b/reddit_bot.py @@ -72,7 +72,7 @@ class RedditBot: comment += "[Full Report](https://od-db.the-eye.eu/website/" + str(website_id) + "/)" comment += " | [Link list](https://od-db.the-eye.eu/website/" + str(website_id) + "/links)" - comment += " | [Source](https://github.com/simon987/od-database) \n" + comment += " | [Source](https://github.com/simon987) \n" comment += "*** \n" comment += RedditBot.bottom_line diff --git a/search/search.py b/search/search.py index 16439e2..4631e53 100644 --- a/search/search.py +++ b/search/search.py @@ -214,7 +214,7 @@ class ElasticSearchEngine(SearchEngine): } }, "size": per_page, "from": min(page * per_page, 10000 - per_page)}, - index=self.index_name, request_timeout=30) + index=self.index_name, request_timeout=60) return page