modifié: superTornado.py

This commit is contained in:
sidya82 2014-02-27 15:51:19 +01:00
parent a1d46e81cd
commit a78f1087f9

View File

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