Skip to content
Snippets Groups Projects
Commit 247a61f9 authored by Jason Salyers's avatar Jason Salyers
Browse files

[JES] Start renaming some stuff

parent f32df2a9
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ class Follow:
what = first(op['what']) or ''
if not isinstance(what, str):
return None
defs = {'': 0, 'blog': 1, 'ignore': 2, 'blacklist': 3, 'follow_blacklists': 4, 'unblacklist': 5, 'unfollow_blacklists': 6}
defs = {'': 0, 'blog': 1, 'ignore': 2, 'blacklist': 3, 'follow_blacklist': 4, 'unblacklist': 5, 'unfollow_blacklist': 6}
if what not in defs:
return None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment