feat: user a better default username

This commit is contained in:
Benex254
2024-08-05 09:47:05 +03:00
parent ae60ca6523
commit f9ee85d0de

View File

@@ -39,4 +39,4 @@ APP_CACHE_DIR = dirs.user_cache_dir
USER_VIDEOS_DIR = os.path.join(dirs.user_videos_dir, APP_NAME)
USER_NAME = os.environ.get("USERNAME", f"{APP_NAME} user")
USER_NAME = os.environ.get("USERNAME", "Anime fun")