Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
54d3fe2
1
Parent(s):
5ca983b
....
Browse files- 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 |
|