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