mirror of https://github.com/n1nj4sec/pupy.git
moving credentials db to data/
This commit is contained in:
parent
4ac376af7a
commit
0f2554325f
|
@ -3,7 +3,7 @@ import json
|
|||
|
||||
class Credentials():
|
||||
def __init__(self):
|
||||
ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__),"..", "..", "db"))
|
||||
ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "data", "db"))
|
||||
dbName = 'creds.json'
|
||||
|
||||
# check if the db exists
|
||||
|
|
Loading…
Reference in New Issue