mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-03-03 21:12:13 +00:00
fixed anime4k path key
This commit is contained in:
parent
a188f6ebda
commit
eb3d29103c
@ -59,7 +59,7 @@ class Anime4k:
|
|||||||
execute = [
|
execute = [
|
||||||
self.driver_settings['java_path'],
|
self.driver_settings['java_path'],
|
||||||
'-jar',
|
'-jar',
|
||||||
self.driver_settings['anime4k_path'],
|
self.driver_settings['path'],
|
||||||
str(image.absolute()),
|
str(image.absolute()),
|
||||||
str(output_directory / image.name),
|
str(output_directory / image.name),
|
||||||
str(scale_ratio)
|
str(scale_ratio)
|
||||||
|
Loading…
Reference in New Issue
Block a user