mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-07-01 22:06:40 +00:00
fiex 4 and 10, sorting csv's now and making sure the origin of duplication is always local instance if compared
This commit is contained in:
parent
50f6a637cd
commit
d78ed2bc86
5 changed files with 43 additions and 15 deletions
|
@ -153,7 +153,7 @@ def main():
|
|||
if 'Blacklisted' not in webpdf.columns:
|
||||
webpdf['Blacklisted'] = 'NO'
|
||||
|
||||
webpdf.to_csv(webpcsvfile, index=False)
|
||||
save_dataframe(webpdf, webpcsvfile)
|
||||
|
||||
##### CHECK IF ARGUMENTS ARE PASSED TO ENTER PROMPT-LESS MODE #####
|
||||
if len(sys.argv) == 2 and sys.argv[1] == "4":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue