v2.0 upgrade #10

Merged
steve merged 26 commits from v2.0 into master 2024-02-09 16:00:08 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9f6aa4ddcf - Show all commits

View File

@ -107,7 +107,7 @@ def config(email:str,provider:str='sqlite') :
print (_msg)
@app.command(name='about')
def copyright():
r"""
f"""
This function will return information about the {meta.__name__}
"""
for note in [meta.__name__,meta.__author__,meta.__license__]: