fixed typo
This commit is contained in:
parent
cac572cb0e
commit
22ba5eed17
|
@ -1,7 +1,7 @@
|
|||
#!flask/bin/python
|
||||
import os
|
||||
import sys
|
||||
if sys.platform == 'wiin32':
|
||||
if sys.platform == 'win32':
|
||||
pybabel = 'flask\\Scripts\\pybabel'
|
||||
else:
|
||||
pybabel = 'flask/bin/pybabel'
|
||||
|
|
Loading…
Reference in New Issue