summaryrefslogtreecommitdiffstats
path: root/weather.py
diff options
context:
space:
mode:
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: