Invert preload check, it shouldn't be default
This commit is contained in:
parent
9385c91472
commit
0bb7a62b75
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ skip = False
|
|||
if '--skip' in sys.argv:
|
||||
skip = True
|
||||
|
||||
if '--skip-preload' not in sys.argv:
|
||||
if '--preload' in sys.argv:
|
||||
soundTest()
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue