remotes/1693045480750635534/spooky-22
Aevann1 2021-09-04 02:52:09 +02:00
parent a3664f3c43
commit ea194e5ed4
1 changed files with 4 additions and 1 deletions

View File

@ -16,8 +16,11 @@ class Dict2Class(object):
@app.get("/marseyverse")
@auth_desired
def marseyverse(v):
count = 0
drama = requests.get("https://rdrama.net/", headers={"Authorization": "sex"}).json()["data"]
pcm = requests.get("https://pcmemes.net/", headers={"Authorization": "sex"}).json()["data"]
data = requests.get("https://pcmemes.net/", headers={"Authorization": "sex"}).json()["data"]
while count < 25:
listing = []
for sex in data:
sex = data[0]