Tweaks
This commit is contained in:
@@ -18,7 +18,7 @@ def feedImport ():
|
||||
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.
|
||||
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(url)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user