X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/ca2ff71b9a5b9d5efcdec8ec56c43c74f0818f4f..9e63b0e1f5dc5740df2fe78a6feaae5a0020733c:/web/seepark_web.py?ds=sidebyside 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