aboutsummaryrefslogtreecommitdiffstats
path: root/weather.py
diff options
context:
space:
mode:
authorEdi Feschiyan <edi.feschiyan@konsulko.com>2020-03-09 17:57:09 +0200
committerEdi Feschiyan <edi.feschiyan@konsulko.com>2020-03-09 17:57:09 +0200
commitba673345466a365adb107a32dc4143390d4032eb (patch)
tree783e6e32b4e1e946199445664d9ac50f04d57320 /weather.py
parent5ef7f0b592e609775352ad41c3fd656b10f86d24 (diff)
Began work for bluetooth binding
Diffstat (limited to 'weather.py')
-rw-r--r--weather.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/weather.py b/weather.py
index 1201909..3cdca79 100644
--- a/weather.py
+++ b/weather.py
@@ -38,7 +38,6 @@ class WeatherService:
return await self.receive()
-
async def main():
MPS = await WeatherService()
try: