This commit is contained in:
weckyy702
2020-12-28 17:45:48 +01:00
2 changed files with 4 additions and 26 deletions

View File

@@ -33,10 +33,4 @@ def output(values):
def file_there(file):
try:
open((file + '.png'))
return True
except FileNotFoundError:
return False
except:
raise
return os.path.exists(str(file))