1
0
This commit is contained in:
Jon Michael Aanes 2024-07-10 01:09:46 +02:00
parent 683c22cea2
commit 9c3d218679
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA
2 changed files with 2 additions and 2 deletions

View File

@ -1 +0,0 @@
./main.py

View File

@ -1,4 +1,5 @@
import os, sys, inspect
import os
import sys
import traceback
sys.path.insert(1, os.path.join(sys.path[0], '..'))