X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=rainbowstream%2Fconfig.py;h=12dffb29e7ea81d756fcba1fee2257e909c7a0de;hb=53742fea5428a4f3c3dd618e281ed09ca15f60ba;hp=24306dea90e896dd857096706be9529f94fc5c0b;hpb=816e305ff47ca527c3629861b73068136bbfd6f0;p=rainbowstream.git diff --git a/rainbowstream/config.py b/rainbowstream/config.py index 24306de..12dffb2 100644 --- a/rainbowstream/config.py +++ b/rainbowstream/config.py @@ -2,6 +2,8 @@ SEARCH_MAX_RECORD = 5 # Default home tweet HOME_TWEET_NUM = 5 +# Autocomplete history +HISTORY_FILENAME = 'completer.hist' # Stream Domain USER_DOMAIN = 'userstream.twitter.com' @@ -14,6 +16,6 @@ DOMAIN = USER_DOMAIN ONLY_LIST = [] IGNORE_LIST = [] -# Image size +# Image shift and size IMAGE_SHIFT = 10 -IMAGE_MAX_HEIGHT = 30 \ No newline at end of file +IMAGE_MAX_HEIGHT = 40 \ No newline at end of file