mirror of
https://github.com/developersIndia/deviras.git
synced 2024-11-09 15:02:23 +05:30
fix username in titles script
This commit is contained in:
parent
6d80f2b388
commit
e269052344
@ -25,8 +25,8 @@ def update_titles():
|
|||||||
client_id=client_id,
|
client_id=client_id,
|
||||||
client_secret=client_secret,
|
client_secret=client_secret,
|
||||||
password=reddit_pass,
|
password=reddit_pass,
|
||||||
user_agent="testscript by u/BhupeshV",
|
user_agent="Update Titles by u/devsIndiaBot",
|
||||||
username="BhupeshV",
|
username="devsIndiaBot",
|
||||||
)
|
)
|
||||||
widgets = reddit.subreddit("developersIndia").widgets
|
widgets = reddit.subreddit("developersIndia").widgets
|
||||||
id_card = widgets.id_card
|
id_card = widgets.id_card
|
||||||
|
@ -1 +1,2 @@
|
|||||||
praw
|
praw
|
||||||
|
feedparser
|
Loading…
Reference in New Issue
Block a user