You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it really that hard to test your damn library before releasing it?
Traceback (most recent call last):
File "C:\Video\tmdb.py", line 205, in <module>
main()
File "C:\Video\tmdb.py", line 45, in main
process(folder, mkvs)
File "C:\Video\tmdb.py", line 80, in process
while filename == "": filename = search_movie()
^^^^^^^^^^^^^^
File "C:\Video\tmdb.py", line 128, in search_movie
del search[9:]
~~~~~~^^^^
File "C:\Users\Hiram\AppData\Roaming\Python\Python312\site-packages\tmdbv3api\as_obj.py", line 41, in __delitem__
return delattr(self, key)
^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
Is it really that hard to test your damn library before releasing it?
The text was updated successfully, but these errors were encountered: