mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-03-17 09:17:30 +08:00
fixed anime4k path key
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user