remove test .extend

This commit is contained in:
Mathias DUPEUX 2025-04-15 14:06:12 +02:00
parent 402dbfc006
commit 5b2a3158fb

View file

@ -49,8 +49,6 @@ def scrapbook():
r = requests.get("https://scrapbook.hackclub.com/api/users/mathias")
data = r.json()
scrapbookPosts = data["posts"]
scrapbookPosts.extend(scrapbookPosts)
scrapbookPosts.extend(scrapbookPosts)
lastScrapbookUpdate = time.time()
except: pass