Michal Proszek
Michal Proszek
When user say **_/names**_ command, Holo crashes. I tested some commands such as **/me**, **/mode**, and they works as expected. ## Specs - **Device:** LG Swift L9 II - **Android:**...
The **Show** class should support ___get_item__() slice_, which comes in handy when we want to get only a few seasons e.g., `show[2:4]` (or all seasons without specials - `show[1:]`). That'd...
The **firstaired** dates could be parsed and converted to Python **datetime.datetime()** objects, which's sometimes helpful a bit.