mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-09 13:44:51 +08:00
Typo fix
This commit is contained in:
parent
7848887951
commit
e2b192ff3b
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ def show_stats(statistics: List[dict]) -> None:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
data = []
|
data = []
|
||||||
stats_type == None
|
stats_type = None
|
||||||
entry = None
|
entry = None
|
||||||
for entry in statistics:
|
for entry in statistics:
|
||||||
repo_name = list(entry.keys())[0]
|
repo_name = list(entry.keys())[0]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue