This commit is contained in:
Dan Dembinski
2020-03-09 16:48:46 -04:00
parent eaefe02988
commit b31d8f3fcc

View File

@@ -18,7 +18,7 @@ def feedImport ():
desc = outline[y].pr_desc desc = outline[y].pr_desc
#checks to see if the podcast URL already exists for logged in user and skips it if it has already been imported. #checks to see if the podcast URL already exists for logged in user and skips it if it has already been imported.
r = requests.post(API_URL+'/addFeed/', json={"userID" : 1, "newURL" : url}) r = requests.post(API_URL+'/addFeed/', json={"userID" : 1, "newURL" : url.href})
print(r.text) print(r.text)
# print(url) # print(url)