Missed going back one directory.

This commit is contained in:
2020-02-23 19:07:09 +01:00
parent 5bde8785a8
commit 95623dadd8

View File

@@ -1,2 +1,2 @@
import sys, os import sys, os
sys.path.append(os.path.realpath(os.path.dirname(__file__)+"/seasonedParser")) sys.path.append(os.path.realpath(os.path.dirname(__file__)+"/../seasonedParser"))