1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

Forgot to remove tab in __main__

This commit is contained in:
Johan Andersson 2014-04-02 20:14:38 +02:00
parent fd35357de0
commit 0a5f283475

View File

@ -8,7 +8,6 @@ if __package__ is None and not hasattr(sys, "frozen"):
import os.path
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
import svtplay_dl
if __name__ == '__main__':
svtplay_dl.main()
import svtplay_dl
if __name__ == '__main__':
svtplay_dl.main()