mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
fixed windows null pointer
This commit is contained in:
parent
0796f4db96
commit
7c9de20dbd
1 changed files with 1 additions and 1 deletions
2
av1an.py
2
av1an.py
|
@ -70,7 +70,7 @@ class Av1an:
|
|||
self.point = '&>'
|
||||
else:
|
||||
self.point = '>'
|
||||
self.null = '> NUL'
|
||||
self.null = '> nul 2>&1'
|
||||
|
||||
def call_cmd(self, cmd):
|
||||
cmd = rf'{cmd} {self.logging}'
|
||||
|
|
Loading…
Reference in a new issue