This commit is contained in:
VincentKnightTesting 2022-05-02 14:41:05 -05:00
parent e1af380c26
commit 4024fe20ad

View file

@ -31,4 +31,5 @@ current_temp = str(ktof(data2['main']['temp']))
max_temp = ktof(data2['main']['temp_max'])
min_temp = ktof(data2['main']['temp_min'])
print(current_temp + "*F")
print(current_temp + "*F")
print(data2['weather'])