aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-04-26 18:46:57 +0200
committerlonkaars <loek@pipeframe.xyz>2021-04-26 18:46:57 +0200
commit2309d573b0914c1fa2a2ddfcb79b2b7de8417e19 (patch)
tree9617edb062036c549755113bb412f2e78a8b86a5
parent7de4acbcfceaf670baf67576f09a269002f7d917 (diff)
fix voerbak path
-rw-r--r--api/game/voerbak_connector.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/game/voerbak_connector.py b/api/game/voerbak_connector.py
index 54f5fa6..17afdc5 100644
--- a/api/game/voerbak_connector.py
+++ b/api/game/voerbak_connector.py
@@ -8,7 +8,7 @@ DISC_A = Fore.RED + DISC_SHAPE + Fore.RESET
DISC_B = Fore.BLUE + DISC_SHAPE + Fore.RESET
EMPTY = Fore.LIGHTBLACK_EX + "_" + Fore.RESET
-VOERBAK_LOCATION = os.path.join(os.getcwd(), "voerbak/", "voerbak")
+VOERBAK_LOCATION = os.path.join(os.getcwd(), "../voerbak/", "voerbak")
if os.name == "nt": VOERBAK_LOCATION += ".exe"