Add logging to track response from Anilist API
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import requests
|
||||
import logging
|
||||
|
||||
url = "https://appletune.fundor333.com/weeklynote/anilist/gen"
|
||||
|
||||
r = requests.get(url)
|
||||
|
||||
logging.info(r.text)
|
||||
|
||||
Reference in New Issue
Block a user