Skip to content

Commit 88e791e

Browse files
authored
Update getCompleteAndUniqueValuesForAllKeys.py
1 parent b6ad162 commit 88e791e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getCompleteAndUniqueValuesForAllKeys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
filePath = secrets.filePath
1313

1414
filePathComplete = filePath+'completeValueLists/'
15-
filePathUnique = filePath+'/uniqueValueLists/'
15+
filePathUnique = filePath+'uniqueValueLists/'
1616

1717
startTime = time.time()
1818
data = json.dumps({'email':email,'password':password})

0 commit comments

Comments
 (0)