From 584955962e3e304a44a62d45e878e892569a8779 Mon Sep 17 00:00:00 2001 From: khode-mohsen <44228057+khode-mohsen@users.noreply.github.com> Date: Fri, 19 Oct 2018 03:38:03 +0330 Subject: [PATCH] Update echo_bot.py add '#!/usr/bin/env' for direct execute --- examples/echo_bot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/echo_bot.py b/examples/echo_bot.py index f88d3bf..a3e8cbb 100644 --- a/examples/echo_bot.py +++ b/examples/echo_bot.py @@ -1,3 +1,5 @@ +#!/usr/bin/python + # This is a simple echo bot using the decorator mechanism. # It echoes any incoming text messages.