mirror of
https://github.com/agresdominik/predictify.git
synced 2026-04-21 17:55:49 +00:00
Now the connection witch is initialised is cleanly closed by the handler
This commit is contained in:
@@ -148,3 +148,4 @@ def export_gdpr_data(n_limit: int = 100) -> None:
|
||||
all_songs_catalogued = _populate_ids(all_songs_played)
|
||||
all_songs_played = _fill_missing_ids(all_songs_played, all_songs_catalogued)
|
||||
_insert_data_into_db(all_songs_played)
|
||||
db.close(__name__)
|
||||
|
||||
Reference in New Issue
Block a user