Skip to content

Commit

Permalink
fix: SyntaxError on line 20
Browse files Browse the repository at this point in the history
  • Loading branch information
luismede authored Oct 27, 2024
1 parent 417ee74 commit de663e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
GEN_CSV = 6

def menu():
print(f"\n{"-+-+"*5} CRUD Software {"-+-+"*5}")
print(f"\n{'-+-+'*5} CRUD Software {'-+-+'*5}")
print("""
1 - Adicionar novos clientes
2 - Visualizar tabela de clientes
Expand Down Expand Up @@ -54,4 +54,4 @@ def main():
genCSVfile()

if __name__ == "__main__":
main()
main()

0 comments on commit de663e9

Please sign in to comment.