fix import
This commit is contained in:
parent
7780c9e640
commit
b19ed0efea
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = jimaku-dl
|
name = jimaku-dl
|
||||||
version = 0.1.0
|
version = 0.1.1
|
||||||
author = InsaneDesperado
|
author = InsaneDesperado
|
||||||
author_email = insane@lmaoxd.lol
|
author_email = insane@lmaoxd.lol
|
||||||
description = Download japanese anime subtitles from Jimaku
|
description = Download japanese anime subtitles from Jimaku
|
||||||
|
@ -3,9 +3,10 @@
|
|||||||
|
|
||||||
from argparse import ArgumentParser
|
from argparse import ArgumentParser
|
||||||
from os import environ
|
from os import environ
|
||||||
from sys import exit
|
from sys import exit as sysexit
|
||||||
|
|
||||||
from jimaku_downloader.downloader import JimakuDownloader
|
s
|
||||||
|
from jimaku_dl.downloader import JimakuDownloader
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
@ -63,4 +64,4 @@ def main():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
exit(main())
|
sysexit(main())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user