From 1796afca469f7973b6320d0e5f3d34d380a6b9cd Mon Sep 17 00:00:00 2001 From: Francesco Luzzana Date: Tue, 31 May 2022 14:56:23 +0200 Subject: [PATCH] os environ --- cookbook.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cookbook.py b/cookbook.py index 0fcdba4..39fbc92 100644 --- a/cookbook.py +++ b/cookbook.py @@ -11,7 +11,6 @@ from pathlib import Path dotenv_path = Path("/var/www/.mw-credentials") load_dotenv(dotenv_path=dotenv_path) -print(os.environ) # prefix to add /SOUPBOAT/ATLAS-API to all the routes # and to leave the @app.route() decorator more clean