Skip to content

Commit

Permalink
Change update check frequency to every two days
Browse files Browse the repository at this point in the history
  • Loading branch information
janclarin committed Mar 28, 2017
1 parent dc25b0e commit 45ffb51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jisho.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def main(wf):
if __name__ == '__main__':
# Initialize and configure workflow to self-update.
wf = Workflow(update_settings={
'github_slug': 'janclarin/jisho-alfred-workflow'
'github_slug': 'janclarin/jisho-alfred-workflow',
'frequency': 2
})
sys.exit(wf.run(main))

0 comments on commit 45ffb51

Please sign in to comment.