mirror of
https://github.com/MathiasDPX/blog.git
synced 2025-05-10 07:33:09 +00:00
remove test .extend
This commit is contained in:
parent
402dbfc006
commit
5b2a3158fb
1 changed files with 0 additions and 2 deletions
|
@ -49,8 +49,6 @@ def scrapbook():
|
||||||
r = requests.get("https://scrapbook.hackclub.com/api/users/mathias")
|
r = requests.get("https://scrapbook.hackclub.com/api/users/mathias")
|
||||||
data = r.json()
|
data = r.json()
|
||||||
scrapbookPosts = data["posts"]
|
scrapbookPosts = data["posts"]
|
||||||
scrapbookPosts.extend(scrapbookPosts)
|
|
||||||
scrapbookPosts.extend(scrapbookPosts)
|
|
||||||
lastScrapbookUpdate = time.time()
|
lastScrapbookUpdate = time.time()
|
||||||
except: pass
|
except: pass
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue