https
[rainbowstream.git] / rainbowstream / config.py
index 12dffb29e7ea81d756fcba1fee2257e909c7a0de..27b01cc77378b017b72b075d08bbb65c7e339993 100644 (file)
@@ -2,6 +2,10 @@
 SEARCH_MAX_RECORD = 5
 # Default home tweet
 HOME_TWEET_NUM = 5
+# Default direct message's number
+MESSAGES_DISPLAY = 5
+# Max trending topics display
+TREND_MAX = 5
 # Autocomplete history
 HISTORY_FILENAME = 'completer.hist'
 
@@ -18,4 +22,4 @@ IGNORE_LIST = []
 
 # Image shift and size
 IMAGE_SHIFT = 10
-IMAGE_MAX_HEIGHT = 40
\ No newline at end of file
+IMAGE_MAX_HEIGHT = 40