Compare commits
No commits in common. "597e901f5691e8cc3ddaac4344a79d2acc057cb9" and "707cc6bd08e9520c7b87b0aa3b15952b29ebae2b" have entirely different histories.
597e901f56
...
707cc6bd08
|
@ -26,9 +26,7 @@ def linesplit(line):
|
|||
dm = int(dm)
|
||||
pw, fname = line.split(" s ")
|
||||
pw = float(pw)
|
||||
fname = fname.strip().removesuffix(".fil").removesuffix("_injected")
|
||||
if fname.startswith("/"):
|
||||
fname = fname.split("/")[-1]
|
||||
fname = fname.strip().removesuffix("_injected")
|
||||
return (dm, pw, fname)
|
||||
|
||||
def updateDic(lines, dic):
|
||||
|
|
Loading…
Reference in a new issue