1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Refactoring

This commit is contained in:
Shlomi Fish 2018-03-13 15:51:36 +02:00
parent d49c0103f4
commit e4775b805d

View file

@ -321,5 +321,5 @@ def openURL(url):
except OSError: # raised on windows if link is unreadable
pass
except Exception:
return 0
return 1
return False
return True