Skip to content

Commit

Permalink
Update datos.py
Browse files Browse the repository at this point in the history
Corrección entrega de datos.
  • Loading branch information
davidelinformatico authored Jan 17, 2021
1 parent 5a3abc1 commit e9b8b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/bot/datos.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def datos(m, bot):
mm += str(" Amanecer Ubicac | ")+matrix1[5].split(" ")[4]+ str(" | 🌅 \n|")
mm += str(" Subir Persianas | ")+matrix1[6].split(" ")[3]+ str(" | 🌝 \n|")
mm += str(" Encendido luces | ")+matrix1[7].split(" ")[3]+ str(" | 💡 \n|")
mm += str(" Bajar Persianas | ")+matrix1[7].split(" ")[3]+ str(" | &#127770; \n</pre>")
mm += str(" Bajar Persianas | ")+matrix1[8].split(" ")[3]+ str(" | &#127770; \n</pre>")

print(mm)
bot.send_message(usuario, text=mm, parse_mode=ParseMode.HTML)
Expand All @@ -40,4 +40,4 @@ def datos(m, bot):
print("Error en el módulo de datos: "+str(e))




0 comments on commit e9b8b30

Please sign in to comment.