Update install.sh
This commit is contained in:
parent
46cc3057b8
commit
c4b9e6af35
|
|
@ -98,8 +98,8 @@ while True:
|
|||
rain = "000"
|
||||
humidity = "00"
|
||||
weather_description = ""
|
||||
clima = " / Clima: "
|
||||
weather_data = "Weather data not available"
|
||||
clima = ""
|
||||
weather_data = "000/000g000t032r000p000h00b00000Data Weather not found / "
|
||||
current_time_utc = datetime.utcnow().strftime("%d%H%M")
|
||||
packet = f"{address}@{current_time_utc}z{latitude}{simbol_primary}{longitude}{simbol_secundary}{weather_data}{comment}{clima}{weather_description}"
|
||||
packet2 = f"{address}>{text}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue