mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Another silly typo!
This commit is contained in:
@@ -84,7 +84,7 @@ def queue_account_updates(update_delay=604800, batch_size=50):
|
|||||||
|
|
||||||
|
|
||||||
@task(ignore_result=True)
|
@task(ignore_result=True)
|
||||||
def update_user_flair(username, character_name)
|
def update_user_flair(username, character_name):
|
||||||
try:
|
try:
|
||||||
ib = Flair(username=settings.REDDIT_USER, password=settings.REDDIT_PASSWORD)
|
ib = Flair(username=settings.REDDIT_USER, password=settings.REDDIT_PASSWORD)
|
||||||
ib.set_flair(settings.REDDIT_SUBREDDIT, username, character_name, '')
|
ib.set_flair(settings.REDDIT_SUBREDDIT, username, character_name, '')
|
||||||
|
|||||||
Reference in New Issue
Block a user