diff --git a/default.py b/default.py index 3c5e589f..eb72aed5 100644 --- a/default.py +++ b/default.py @@ -29,8 +29,3 @@ if sys.argv[2] == "": launcher.start() launcher.run() -# import sqlitedict -# -# d = sqlitedict.SqliteDict('/home/marco/.kodi/userdata/addon_data/plugin.video.kod/videolibrary/videolibrary.sqlite', 'tvshow') -# for k, v in d.items(): -# print(k, v['item'])