Remove debug line
This commit is contained in:
parent
cb44d35869
commit
792e09ba08
1 changed files with 0 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ def mastodon_oauth():
|
||||||
|
|
||||||
if r.ok:
|
if r.ok:
|
||||||
app = r.json()
|
app = r.json()
|
||||||
import pdb; pdb.set_trace()
|
|
||||||
server = mastodon_server_put(
|
server = mastodon_server_put(
|
||||||
server_name,
|
server_name,
|
||||||
app['client_id'],
|
app['client_id'],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue