User1342 commited on
Commit
b6285c7
·
1 Parent(s): 7bc2be5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def get_auth_url(mastodon):
33
 
34
  def login_from_code(code):
35
  mastodon = Mastodon(
36
- client_id="irrelevant-secret.txt",
37
  api_base_url='https://infosec.exchange'
38
  )
39
 
 
33
 
34
  def login_from_code(code):
35
  mastodon = Mastodon(
36
+ client_id="ivory-secret.txt",
37
  api_base_url='https://infosec.exchange'
38
  )
39