forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-11 05:54:18 +02:00
parent 29f70d98c4
commit aa6d6195bf
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ def thumbnail_thread(pid):
with open('under_attack', 'r') as f: content = f.read() with open('under_attack', 'r') as f: content = f.read()
with open('under_attack', 'w') as f: with open('under_attack', 'w') as f:
if content != "yes": if content == "no":
f.write("yes") f.write("yes")
ma = ModAction( ma = ModAction(
kind="enable_under_attack", kind="enable_under_attack",