cleanup code

This commit is contained in:
Djairo Hougee 2025-02-06 20:19:13 +01:00
parent 67ddfe5a35
commit 1af229d596
1 changed files with 0 additions and 8 deletions

View File

@ -190,11 +190,3 @@ def main():
if __name__ == '__main__':
main()
# db = 'navidrome.db'
# user = "djairo"
# user_id = get_user_id(db, user)
# ExportService.exp(db, user_id)
# ImportService.imp('/media/drive/music/', db, user_id)