This commit is contained in:
Arthur 2022-06-29 17:57:53 +05:00
parent 90c9f269ef
commit fdf3c97c2e
4 changed files with 50 additions and 2 deletions

View file

@ -3,7 +3,7 @@ import random
from apscheduler.schedulers.background import BlockingScheduler
PATH = '/home/arthur/img/Wallpapers/test/'# path to media
PATH = '/home/arthur/img/Wallpapers/wallpyper/'# path to media
files = os.listdir(PATH)
def run(command,output=False):