Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: viste <[email protected]>
  • Loading branch information
Viste committed Aug 18, 2024
1 parent ac0f429 commit 0bda8a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

oauth = OAuth()

print(f'VK_CLIENT_ID: {Config.VK_CLIENT_ID}')
print(f'VK_CLIENT_SECRET: {Config.VK_CLIENT_SECRET}')


def setup_routes(app):
# Настройка OAuth для VK
Expand Down

0 comments on commit 0bda8a0

Please sign in to comment.