mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-29 16:09:10 +00:00
commit
fd5edead7e
@ -326,7 +326,7 @@ if __name__ == '__main__':
|
||||
start_time = time.time()
|
||||
|
||||
# check platform
|
||||
if sys.platform == 'win32':
|
||||
if sys.platform != 'win32':
|
||||
print('This script is currently only compatible with Windows')
|
||||
EXIT_CODE = 1
|
||||
sys.exit(1)
|
||||
|
Loading…
Reference in New Issue
Block a user