diff options
Diffstat (limited to 'weather.py')
-rw-r--r-- | weather.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -38,7 +38,6 @@ class WeatherService: return await self.receive() - async def main(): MPS = await WeatherService() try: |