whoops - can't split an empty string
This commit is contained in:
@ -32,7 +32,7 @@ quip_token = getenv('QUIP_TOKEN')
|
||||
quotes_source = getenv('QUOTES_SOURCE')
|
||||
|
||||
## Repository links
|
||||
repo_links = getenv('REPO_LINKS').split(',')
|
||||
repo_links = getenv('REPO_LINKS')
|
||||
|
||||
# Pushover creds
|
||||
po_endpoint = getenv('PUSHOVER_ENDPOINT')
|
||||
|
Reference in New Issue
Block a user