fix danbooru TODO error
This commit is contained in:
parent
2d05d24897
commit
3b9df436f1
1 changed files with 2 additions and 2 deletions
|
@ -94,9 +94,9 @@ def main():
|
|||
|
||||
if booru == "gelbooru":
|
||||
booru_client = Gelbooru()
|
||||
elif booru == "gelbooru":
|
||||
booru_client = Danbooru()
|
||||
elif booru == "danbooru":
|
||||
raise NotImplementedError() # TODO
|
||||
booru_client = Danbooru()
|
||||
else:
|
||||
log.error("booru must be one of {gelbooru, danbooru}")
|
||||
return 1
|
||||
|
|
Loading…
Reference in a new issue