.BANCHO. .FIX. Remove extra characters from version
This commit is contained in:
@@ -11,7 +11,7 @@ from common.web import schiavo
|
||||
|
||||
try:
|
||||
with open("version") as f:
|
||||
VERSION = f.read()
|
||||
VERSION = f.read().strip()
|
||||
if VERSION == "":
|
||||
raise Exception
|
||||
except:
|
||||
|
Reference in New Issue
Block a user