From 9e63b0e1f5dc5740df2fe78a6feaae5a0020733c Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Thu, 5 Jul 2018 20:38:02 +0200 Subject: [PATCH] brown paper bag commit: always test after changing variable names (and rebase/fixup commits) --- web/seepark_web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3