]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/__main__.py
[cleanup] Misc
[yt-dlp.git] / yt_dlp / __main__.py
index ff5d71d3c97d6fdeb0fc86d5a5d177b3c8cda652..78701df8d3b21aef0e365576de23046afe3cb9ee 100644 (file)
@@ -5,7 +5,7 @@
 
 import sys
 
-if __package__ is None and not hasattr(sys, 'frozen'):
+if __package__ is None and not getattr(sys, 'frozen', False):
     # direct call of __main__.py
     import os.path
     path = os.path.realpath(os.path.abspath(__file__))