Update README.md
[rainbowstream.git] / rainbowstream / config.py
index 24306dea90e896dd857096706be9529f94fc5c0b..12dffb29e7ea81d756fcba1fee2257e909c7a0de 100644 (file)
@@ -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