Skip to content

Commit

Permalink
Merge branch 'main' of github.com:eliranwong/UniqueBible into main
Browse files Browse the repository at this point in the history
  • Loading branch information
otseng committed Sep 5, 2024
2 parents 095a3fa + d599046 commit 6e0e99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/RemoteApiUtil.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ def password():
headers={'Authorization': 'Basic ' + encoded_token})
print(response.json())
except Exception as ex:
print(ex)
print(ex)

0 comments on commit 6e0e99d

Please sign in to comment.