whoops - can't split an empty string
This commit is contained in:
@ -9,7 +9,7 @@ from globals import *
|
||||
now = dt.now(tz.utc)
|
||||
six_hours_ago = now - timedelta(hours=6)
|
||||
|
||||
for repo_link in repo_links:
|
||||
for repo_link in repo_links.split(','):
|
||||
result = get(repo_link)
|
||||
entity = f"{repo_link.split('/')[3]}/{repo_link.split('/')[4]}"
|
||||
if result.reason == 'OK':
|
||||
|
Reference in New Issue
Block a user