removed spaces

This commit is contained in:
Zen 2020-01-27 19:43:15 +02:00
parent ce3a860fa7
commit 2cb3307176

View file

@ -120,7 +120,6 @@ class Av1an:
if self.args.video_filter != self.video_filter: if self.args.video_filter != self.video_filter:
self.video_filter = f' -vf {self.args.video_filter} ' self.video_filter = f' -vf {self.args.video_filter} '
# Forcing FPS option # Forcing FPS option
if self.args.force_fps == 0: if self.args.force_fps == 0:
self.force_fps = '' self.force_fps = ''
@ -147,7 +146,6 @@ class Av1an:
# Returns number of workers that machine can handle with selected encoder # Returns number of workers that machine can handle with selected encoder
cpu = os.cpu_count() cpu = os.cpu_count()
ram = round(virtual_memory().total / 2 ** 30) ram = round(virtual_memory().total / 2 ** 30)