Merge pull request #1092 from lromor/fix-wrong-path

Updated wrong string path added in syspath before import
This commit is contained in:
Tomasz Michalak 2019-10-11 09:04:24 +02:00 committed by GitHub
commit 88459195ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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_UTILS_DIR"))
import simpleroute
print()