diff options
author | Ubuntu <ubuntu@ip-172-31-23-235.eu-west-2.compute.internal> | 2018-12-16 16:19:44 +0000 |
---|---|---|
committer | Ubuntu <ubuntu@ip-172-31-23-235.eu-west-2.compute.internal> | 2018-12-16 16:19:44 +0000 |
commit | 704cc4e17c74dc96964673085dfc8d509204008a (patch) | |
tree | 2ea0bc814695c4efec44282cb6fdc5c0c9aeb531 /login.py | |
parent | 1631d2f33cc4d9fbed04716aa811f9156909bee9 (diff) | |
download | SmallYTChannelBot-704cc4e17c74dc96964673085dfc8d509204008a.tar.gz SmallYTChannelBot-704cc4e17c74dc96964673085dfc8d509204008a.zip |
removed some files
Diffstat (limited to 'login.py')
-rw-r--r-- | login.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/login.py b/login.py deleted file mode 100644 index 67eb525..0000000 --- a/login.py +++ /dev/null @@ -1,7 +0,0 @@ -import praw - -REDDIT = praw.Reddit(client_id = "PyyyRXa3veWsWA", - client_secret = "hAMbhuzdHIew5hmn1CFwWb5FurM", - user_agent = "SmallYTChannelBot", - username = "SmallYTChannelBot", - password = "6NEWGNPBjJjbOjk3lbtm") |