v.0.2.2 NeoPixel_64x64.write_text wieder Pixel weise
This commit is contained in:
@@ -103,11 +103,11 @@ class Wlan:
|
||||
weather_url = (
|
||||
f'https://api.weatherapi.com/v1/current.json?key={API_KEY}&q={city}&aqi=yes&lang={lang}'
|
||||
)
|
||||
print(f'query: {weather_url}')
|
||||
|
||||
if not test_mode:
|
||||
self.connect()
|
||||
|
||||
print(f'query: {weather_url}')
|
||||
r = urequests.get(weather_url)
|
||||
|
||||
print('Status-Code:', r.status_code)
|
||||
|
||||
Reference in New Issue
Block a user