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:
parent
fd35357de0
commit
0a5f283475
@ -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()
|
Loading…
Reference in New Issue
Block a user