Home UI test

This commit is contained in:
2024-04-20 03:43:58 +00:00
parent fe476afa54
commit 8869f77118
5 changed files with 135 additions and 26 deletions

View File

@ -2,4 +2,4 @@ import os
def Title(title: str):
return str(os.path.basename(title)).replace('.py', '').title()
return str(os.path.basename(title)).split(".")[0].title()