Browse Source

Make fortunes *really* short enough for Kodi

master
The Dod 4 years ago
parent
commit
d6bd5b8706
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      fortunefeed.py

+ 1
- 1
fortunefeed.py View File

9
 FEED_TITLE = 'Fortune'
9
 FEED_TITLE = 'Fortune'
10
 FEED_DESCRIPTION = 'Random, hopefully interesting, adages'
10
 FEED_DESCRIPTION = 'Random, hopefully interesting, adages'
11
 NUM_ITEMS = 1 # Kodi would choke on more :(
11
 NUM_ITEMS = 1 # Kodi would choke on more :(
12
-MAX_LENGTH = 55 # This much Kodi seems to handle
12
+MAX_LENGTH = 42 # This much Kodi seems to handle
13
 
13
 
14
 rss_items = []
14
 rss_items = []
15
 
15
 

Loading…
Cancel
Save