mirror of
https://github.com/PC-Admin/matrix-moderation-tool.git
synced 2025-04-19 02:12:37 -04:00
whoops
This commit is contained in:
parent
9c935821be
commit
2be8f69ab0
@ -41,7 +41,7 @@ def block_all_rooms_with_rdlist_tags(rdlist_use_recommended,preset_user_ID,prese
|
|||||||
sync_rdlist()
|
sync_rdlist()
|
||||||
if rdlist_use_recommended == True:
|
if rdlist_use_recommended == True:
|
||||||
# Take input from the user and convert it to a list
|
# Take input from the user and convert it to a list
|
||||||
blocked_tags = rdlist_recommended_tags
|
blocked_tags = hardcoded_variables.rdlist_recommended_tags
|
||||||
print("\nUsing recommended rdlist tags.\n")
|
print("\nUsing recommended rdlist tags.\n")
|
||||||
elif rdlist_use_recommended == False:
|
elif rdlist_use_recommended == False:
|
||||||
# After the git repo has been cloned/pulled, open the file and read it into a string
|
# After the git repo has been cloned/pulled, open the file and read it into a string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user