fix rule adding, (some) random crashing

This commit is contained in:
muskit
2023-01-23 22:37:21 -08:00
parent f4abde0c3b
commit 7bf33bdc4c
4 changed files with 11 additions and 3 deletions
+2 -1
View File
@@ -54,4 +54,5 @@ def get_twitter_rules():
curr_rule = f'from:{name}'
else:
curr_rule = test_rule
return rules
rules.append(curr_rule)
return rules