mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-13 08:24:40 +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 = []
|
||||
stats_type == None
|
||||
stats_type = None
|
||||
entry = None
|
||||
for entry in statistics:
|
||||
repo_name = list(entry.keys())[0]
|
||||
|
|
Loading…
Add table
Reference in a new issue