Captain Ezio commited on
Commit
7c290dd
·
1 Parent(s): a370d57
Files changed (1) hide show
  1. Powers/plugins/utils.py +1 -0
Powers/plugins/utils.py CHANGED
@@ -299,6 +299,7 @@ def paste(content):
299
  if resp.ok:
300
  return
301
  resp = resp.json()
 
302
  return BASE + resp["result"]['key']
303
 
304
 
 
299
  if resp.ok:
300
  return
301
  resp = resp.json()
302
+ print(resp)
303
  return BASE + resp["result"]['key']
304
 
305