fix add user, add sync round users from gsheets

This commit is contained in:
2022-06-22 10:12:40 -05:00
parent 228e0043d5
commit dc7e5abf4e
3 changed files with 38 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ db-load = "wordlinator.app:load_db_scores"
add-user = "wordlinator.app:sync_add_user"
create-round = "wordlinator.app:create_round"
copy-users = "wordlinator.app:copy_users"
gs-user-sync = "wordlinator.app:sync_gsheet_users"
[tool.mypy]
ignore_missing_imports = true