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