Skip to content

Commit 9ef820a

Browse files
authoredJun 9, 2021
Nekobin issue 😑😑
1 parent ce128d0 commit 9ef820a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎helper/funcn.py

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ def code(data):
152152
.get("result")
153153
.get("key")
154154
)
155+
a, b, c, d = requests.get(f"https://nekobin.com/raw/{key}").text
155156
key = key + "01"
156157
except BaseException:
157158
key = requests.post("https://del.dog/documents", data=data.encode("UTF-8")).json().get('key')

0 commit comments

Comments
 (0)