Flags for new languages

This commit is contained in:
str4d
2016-04-02 01:36:30 +00:00
parent 899cca090c
commit e09f5724fa
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 B

View File

@ -2,4 +2,4 @@
from i2p2www import app from i2p2www import app
if __name__ == '__main__': if __name__ == '__main__':
app.run(host='127.0.0.1', port=5000, debug=False) app.run(host='127.0.0.1', port=5000, debug=True)