FIX: weekly error due to typo

This commit is contained in:
evilhero 2019-02-17 12:12:13 -05:00
parent 15955c5379
commit 77a2cecbaa
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ def pullit(forcecheck=None, weeknumber=None, year=None):
elif chk_locg['status'] == 'success':
logger.info('[PULL-LIST] Weekly Pull List successfully loaded with ' + str(chk_locg['count']) + ' issues.')
return new_pullcheck(chk_locg['weeknumber'],chk_locg['year'])
elif chk_log['status'] == 'update_required':
elif chk_locg['status'] == 'update_required':
logger.warn('[PULL-LIST] Your version of Mylar is not up-to-date. You MUST update before this works')
return
else: