We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f935d6f commit a40996aCopy full SHA for a40996a
1 file changed
WarpScanner.py
@@ -316,7 +316,7 @@ def file_o():
316
317
b = file_o()
318
b=b.split("\n")
319
- Address_key=b[0][b[0].index(":")+2:].split(',')[1]
+ Address_key=b[0][b[0].index(":")+2:]
320
private_key=b[1][b[1].index(":")+2:]
321
reserved=b[2][b[2].index(":")+2:].split(" ")
322
@@ -380,7 +380,7 @@ def file_o():
380
381
382
383
384
385
386
0 commit comments