nice stats and stable
This commit is contained in:
parent
11fb2816e3
commit
9c9ddb7a9e
4 changed files with 81 additions and 80 deletions
2
Flow.py
2
Flow.py
|
|
@ -53,7 +53,7 @@ class Flow:
|
|||
resolve_remote_tracks(client_id, client_secret, self.local_library, self.spotify_library, work_dir)
|
||||
|
||||
def log_stats(self):
|
||||
log_stats(work_dir / "remote_to_local_map.json", work_dir / "stats.json", self.local_library, self.spotify_library)
|
||||
log_stats(work_dir / "remote_to_local_map.json", work_dir / "stats", self.local_library, self.spotify_library)
|
||||
|
||||
|
||||
def run(self, arg):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue