mirror of
https://github.com/bvanroll/odiseectf.git
synced 2025-08-29 20:02:43 +00:00
fucking damnit
This commit is contained in:
@@ -9,6 +9,8 @@ with open('commets.txt', 'w') as outfile:
|
||||
try:
|
||||
if (item["commentText"]):
|
||||
temp = item["commentText"]
|
||||
outfile.write(temp.replace("\n", " ").replace("\r", " ")+"\n")
|
||||
woordjes = temp.replace("\n", " ").replace("\r", " ").split(" ")
|
||||
for w in woordjes:
|
||||
outfile.write(w+"\n")
|
||||
except KeyError:
|
||||
print("wss een comment reply")
|
||||
|
Reference in New Issue
Block a user