Skip to content

Commit

Permalink
Added function delete all meters for customer
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua committed Dec 10, 2023
1 parent 94756b1 commit b34f9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_cli/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def center_text(text, width):
click.echo(" " * menu_indent + "2. " + Fore.YELLOW + "Kundenportale auflisten")
click.echo(" " * menu_indent + "3. " + Fore.YELLOW + "Kundenportal löschen")
click.echo(" " * menu_indent + "4. " + Fore.YELLOW + "Smartmeter auflisten")
click.echo(" " * menu_indent + "4. " + Fore.YELLOW + "Smartmeter löschen")
click.echo(" " * menu_indent + "5. " + Fore.YELLOW + "Smartmeter löschen")
click.echo(" " * menu_indent + "6. " + Fore.RED + "Beenden" + Style.RESET_ALL)
click.echo(" " * menu_indent + "=" * menu_width)

Expand Down

0 comments on commit b34f9e3

Please sign in to comment.