Skip to content

Commit 9a81da9

Browse files
committed
Fix return
1 parent c1b845e commit 9a81da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def get_token():
3232

3333
with open("refresh_token.txt", "w") as f:
3434
f.write(refresh_token_)
35-
return jsonify("refresh token saved")
35+
return jsonify("refresh token saved")
3636

3737
else:
3838
print("get auth code failed")

0 commit comments

Comments
 (0)