Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #29 from chukysoria/dev
Browse files Browse the repository at this point in the history
Fix box setting
  • Loading branch information
chukysoria committed Dec 13, 2017
2 parents d212320 + 06a13e0 commit a7db729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biredirect/redirector.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def redirect_to_box():

try:
if g.get('boxclient', None) is None:
g.boxclient = BoxSync() # BoxKeysStoreRedis, box_auth)
g.boxclient = BoxSync(BoxKeysStoreRedis, box_auth)
new_url = g.boxclient .get_download_url(doc_id)
return redirect(new_url)
except BoxOAuthException:
Expand Down

0 comments on commit a7db729

Please sign in to comment.