changed user

This commit is contained in:
Kónya Márton 2020-07-20 09:06:04 +02:00
parent b9da761c1e
commit 23bd102e54
1 changed files with 2 additions and 2 deletions

4
run.py
View File

@ -65,8 +65,8 @@ def post(title, body, subreddit):
# sys.exit(f'Succesfully posted your text to r/{subreddit}. Thank you for using my script!') # sys.exit(f'Succesfully posted your text to r/{subreddit}. Thank you for using my script!')
def authenticate(password, user): def authenticate(password, user):
return praw.Reddit(client_id='iGx0qS8p1vxccA' return praw.Reddit(client_id='BeyDq1uf14_vfQ'
, client_secret='ThFJk_Gc6wrQhn-2F7riwNOUYk4' , client_secret='ogpfdmBvy4T67UYmE6w-2PeIhnU'
, password=password , password=password
, user_agent='PrawTut' , user_agent='PrawTut'
, username=user) , username=user)