Pylint
This commit is contained in:
parent
f81c156097
commit
b762463de9
@ -2,8 +2,8 @@
|
||||
|
||||
import requests
|
||||
import ovh
|
||||
import pycurl
|
||||
import yaml
|
||||
import pycurl
|
||||
|
||||
try:
|
||||
input = raw_input
|
||||
@ -34,7 +34,7 @@ for bill in bills:
|
||||
status = c.getinfo(c.RESPONSE_CODE)
|
||||
c.close()
|
||||
output.close()
|
||||
if (status == 404):
|
||||
if status == 404:
|
||||
file = open(file_path)
|
||||
c = pycurl.Curl()
|
||||
c.setopt(c.URL, url)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user