tweaks
This commit is contained in:
parent
f787dce957
commit
8fa73621d8
1 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ if ffacent:
|
||||||
for x in ffacent:
|
for x in ffacent:
|
||||||
x = x[13:]
|
x = x[13:]
|
||||||
ffacentnew.append(x)
|
ffacentnew.append(x)
|
||||||
ffaformat = ", ".join(ffacentnew)
|
ffaformat = "; ".join(ffacentnew)
|
||||||
print("fail-fandomanon (any): \033[1m" + ffaformat + "\033[0m (" + ffaprompt + ")\n")
|
print("fail-fandomanon (any): \033[1m" + ffaformat + "\033[0m (" + ffaprompt + ")\n")
|
||||||
thefile.write("- [[" + ffaprompt + "][fail-fandomanon]] (any): *" + ffaformat + "*\n")
|
thefile.write("- [[" + ffaprompt + "][fail-fandomanon]] (any): *" + ffaformat + "*\n")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue