Exclude FFA fills comments

master
trémeur 2 years ago
parent 268baec48d
commit 096020c5c8

@ -161,7 +161,7 @@ if ffacent:
ffacentnew = [] ffacentnew = []
for x in ffacent: for x in ffacent:
x = x[13:] x = x[13:]
if x != "": if x != "" and not x.startswith(" Fills"):
ffacentnew.append(x) ffacentnew.append(x)
ffaformat = "; ".join(ffacentnew) ffaformat = "; ".join(ffacentnew)
print("fail-fandomanon (any): \033[1m" + ffaformat.lower() + "\033[0m (" + ffaprompt + ")\n") print("fail-fandomanon (any): \033[1m" + ffaformat.lower() + "\033[0m (" + ffaprompt + ")\n")

Loading…
Cancel
Save