Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
iFargle committed Feb 10, 2023
1 parent 6c17674 commit 55e58a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Colors: https://materializecss.com/color.html
COLOR_NAV = "blue-grey darken-1"
COLOR_BTN = "blue-grey darken-3"
BASE_PATH = eval(os.environ["BASE_PATH"])
BASE_PATH = os.environ["BASE_PATH"].replace('"', '')
APP_VERSION = os.environ["APP_VERSION"]
GIT_COMMIT = os.environ["GIT_COMMIT"]
GIT_BRANCH = os.environ["GIT_BRANCH"]
Expand Down

0 comments on commit 55e58a3

Please sign in to comment.