modifié: superTornado.py

This commit is contained in:
sidya82 2014-02-27 15:51:19 +01:00
parent a1d46e81cd
commit a78f1087f9
1 changed files with 2 additions and 0 deletions

View File

@ -17,4 +17,6 @@ def main(port = 80):
except KeyboardInterrupt:
pass
if __name__ == "__main__":
main()