mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-23 20:33:08 +00:00
messed up compare for slideshow
This commit is contained in:
parent
5adff0fdad
commit
f3ff4428f6
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -153,7 +153,7 @@ def change_wallpaper(db, arg):
|
|||
def multiple_argument_handler(arg, arg2):
|
||||
db = Database()
|
||||
rand = arg.startswith("rnd")
|
||||
if arg[4:].startswith("slideshow"):
|
||||
if "slideshow" in arg:
|
||||
try:
|
||||
if arg.endswith("slideshow"):
|
||||
slideshow(db, 1, 494, arg2, rand)
|
||||
|
|
Loading…
Reference in a new issue