Explorar el Código

Only a single item (Kodi's not very smart)

master
The Dod hace 4 años
padre
commit
a61f127e08
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      fortunefeed.py

+ 1
- 1
fortunefeed.py Ver fichero

@@ -7,7 +7,7 @@ import xml.etree.ElementTree
7 7
 FEED_LINK = 'https://linux.die.net/man/6/fortune'
8 8
 FEED_TITLE = 'Fortune'
9 9
 FEED_DESCRIPTION = 'Random, hopefully interesting, adages'
10
-NUM_ITEMS = 3
10
+NUM_ITEMS = 1 # Kodi would choke on more :(
11 11
 MAX_LENGTH = 69
12 12
 
13 13
 rss_items = []

Loading…
Cancelar
Guardar