diff --git a/objects/glob.py b/objects/glob.py index 9d161da..c47a78e 100644 --- a/objects/glob.py +++ b/objects/glob.py @@ -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: