Miquel Farré
commited on
Commit
·
3829047
1
Parent(s):
6f5edf8
update
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def commit_signup(username: str) -> Optional[str]:
|
|
55 |
)
|
56 |
except Exception as e:
|
57 |
print(f"CommitOperationAdd {str(e)}")
|
58 |
-
|
59 |
|
60 |
try:
|
61 |
create_commit(
|
|
|
55 |
)
|
56 |
except Exception as e:
|
57 |
print(f"CommitOperationAdd {str(e)}")
|
58 |
+
print("commit operation")
|
59 |
|
60 |
try:
|
61 |
create_commit(
|