fix username in titles script

This commit is contained in:
Bhupesh-V 2023-04-23 20:21:16 +05:30
parent 6d80f2b388
commit e269052344
2 changed files with 3 additions and 2 deletions

View File

@ -25,8 +25,8 @@ def update_titles():
client_id=client_id,
client_secret=client_secret,
password=reddit_pass,
user_agent="testscript by u/BhupeshV",
username="BhupeshV",
user_agent="Update Titles by u/devsIndiaBot",
username="devsIndiaBot",
)
widgets = reddit.subreddit("developersIndia").widgets
id_card = widgets.id_card

View File

@ -1 +1,2 @@
praw
feedparser