Use the current directory you are running.

This commit is contained in:
Tim 'mithro' Ansell 2020-02-23 14:58:45 -08:00
parent 69367f8d4e
commit 119985f353
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ from collections import OrderedDict
import urllib.request
current_path = os.path.dirname(os.path.realpath(__file__))
current_path = os.path.abspath(os.curdir)
# Repositories -------------------------------------------------------------------------------------