Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
2347e21
1
Parent(s):
17d2cd0
Update utils.py
Browse files- Powers/plugins/utils.py +0 -1
Powers/plugins/utils.py
CHANGED
|
@@ -248,7 +248,6 @@ async def github(_, m: Message):
|
|
| 248 |
return
|
| 249 |
|
| 250 |
|
| 251 |
-
session = ClientSession()
|
| 252 |
pattern = re.compile(r"^text/|json$|yaml$|xml$|toml$|x-sh$|x-shellscript$")
|
| 253 |
BASE = "https://batbin.me/"
|
| 254 |
|
|
|
|
| 248 |
return
|
| 249 |
|
| 250 |
|
|
|
|
| 251 |
pattern = re.compile(r"^text/|json$|yaml$|xml$|toml$|x-sh$|x-shellscript$")
|
| 252 |
BASE = "https://batbin.me/"
|
| 253 |
|