Update echo_bot.py

add '#!/usr/bin/env' for direct execute
This commit is contained in:
khode-mohsen 2018-10-19 03:38:03 +03:30 committed by GitHub
parent b8f442d06b
commit 584955962e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/python
# This is a simple echo bot using the decorator mechanism.
# It echoes any incoming text messages.