Updated wrong string path added in syspath before import

Signed-off-by: Leonardo Romor <leonardo.romor@gmail.com>
This commit is contained in:
Leonardo Romor 2019-10-10 19:19:19 +02:00
parent 3586df5870
commit 48755a1128
No known key found for this signature in database
GPG Key ID: C5AA5C8BBD49A6AA
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
import sys
import os
sys.path.append(os.getenv("XRAY_DIR") + "/tools")
sys.path.append(os.getenv("XRAY_DIR") + "/utils")
import simpleroute
print()