most feedback applied.

This commit is contained in:
2025-11-06 22:00:43 -08:00
parent dd13ed1711
commit 0022bb5abe
9 changed files with 1473 additions and 81 deletions

View File

@@ -21,6 +21,9 @@ def main():
print(f"Successfully synced {len(projects)} projects to Firestore")
except Exception as e:
print(f"Error during sync: {e}")
import traceback
traceback.print_exc()
sys.exit(1)
if __name__ == "__main__":