mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-20 04:11:08 -05:00
fix README quote inconsistency
This commit is contained in:
@@ -40,8 +40,8 @@ class MyBot < Ebooks::Bot
|
|||||||
def configure
|
def configure
|
||||||
# Consumer details come from registering an app at https://dev.twitter.com/
|
# Consumer details come from registering an app at https://dev.twitter.com/
|
||||||
# Once you have consumer details, use "ebooks auth" for new access tokens
|
# Once you have consumer details, use "ebooks auth" for new access tokens
|
||||||
self.consumer_key = '' # Your app consumer key
|
self.consumer_key = "" # Your app consumer key
|
||||||
self.consumer_secret = '' # Your app consumer secret
|
self.consumer_secret = "" # Your app consumer secret
|
||||||
|
|
||||||
# Users to block instead of interacting with
|
# Users to block instead of interacting with
|
||||||
self.blacklist = ['tnietzschequote']
|
self.blacklist = ['tnietzschequote']
|
||||||
|
|||||||
Reference in New Issue
Block a user