Fix Python lint issue

This commit is contained in:
Filip Rysavy 2021-12-13 17:51:15 +01:00
parent b4e2eec2fe
commit d43a0926be
No known key found for this signature in database
GPG Key ID: EA1F430401C92D99
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ async def block_skylinks_from_airtable():
return print("No nginx cached files matching blocked skylinks were found") return print("No nginx cached files matching blocked skylinks were found")
else: else:
print("Hot reloading nginx") print("Hot reloading nginx")
exec('docker exec nginx nginx -s reload') exec("docker exec nginx nginx -s reload")
message = ( message = (
"Purged " + str(cached_files_count) + " blocklisted files from nginx cache" "Purged " + str(cached_files_count) + " blocklisted files from nginx cache"