syntax error for syncing

This commit is contained in:
Louis Abel 2022-06-17 16:27:39 -07:00
parent f48caa4b54
commit 5e34a9b9c7
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 1 additions and 1 deletions

View File

@ -55,5 +55,5 @@ a = RepoSync(
logger=results.logger
)
def run()
def run():
a.run()