v0.1.2

This commit is contained in:
2024-07-11 12:41:25 +00:00
parent fdf101f777
commit adb5963733
4 changed files with 5 additions and 9 deletions

View File

@ -1,6 +1,5 @@
from .config import BGIMAGE_PATH
import random
from pathlib import Path
def choose_random_bgimage():
randomfile = random.choice(list(BGIMAGE_PATH.iterdir()))
return str(randomfile)