From 3f1ebea1e25dfffdb3521f17f9a193cda3cfbffc Mon Sep 17 00:00:00 2001 From: Tayfun ULU Date: Sun, 22 Oct 2017 23:15:09 +0300 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index dbcaee8..1f6575e 100644 --- a/main.py +++ b/main.py @@ -67,7 +67,7 @@ if check_connection (): # Main Code is here print ("ESP OK") # to import your code; - import odalar_mqtt.py + # import sample_mqtt.py else: print ("There is something wrong")