From: gregor herrmann Date: Thu, 5 Jul 2018 18:38:02 +0000 (+0200) Subject: brown paper bag commit: always test after changing variable names X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/commitdiff_plain/9e63b0e1f5dc5740df2fe78a6feaae5a0020733c brown paper bag commit: always test after changing variable names (and rebase/fixup commits) --- diff --git a/web/seepark_web.py b/web/seepark_web.py index 3ee9d94..c966321 100644 --- a/web/seepark_web.py +++ b/web/seepark_web.py @@ -11,7 +11,7 @@ from flask_sqlalchemy import SQLAlchemy, inspect app_path = os.path.dirname(os.path.realpath(__file__)) -lib_path = os.path.join(cur_path, '..') +lib_path = os.path.join(app_path, '..') sys.path.append(lib_path) from seeparklib.openweathermap import openweathermap_json, OpenWeatherMapError