Show More
@@ -30,7 +30,7 b" callback = lambda V: ('.'.join(map(str, " | |||
|
30 | 30 | # defines current platform |
|
31 | 31 | __platform__ = platform.system() |
|
32 | 32 | |
|
33 |
is_windows = __platform__ in |
|
|
33 | is_windows = __platform__ in ('Windows') | |
|
34 | 34 | |
|
35 | 35 | requirements = [ |
|
36 | 36 | "waitress==0.8.2", |
General Comments 0
You need to be logged in to leave comments.
Login now