Fix Python lint issue
This commit is contained in:
parent
b4e2eec2fe
commit
d43a0926be
|
@ -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"
|
||||||
|
|
Reference in New Issue