fixed windows null pointer

This commit is contained in:
Zen 2020-01-30 20:20:09 +02:00
parent 0796f4db96
commit 7c9de20dbd

View file

@ -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}'