From db5d2bf86a1ef7ac77c86715ec27ba04f7fdf5f5 Mon Sep 17 00:00:00 2001 From: Anatoli Shmanai Date: Thu, 15 Aug 2024 17:17:59 +0300 Subject: [PATCH] test2 bad --- WeatherPlus/Model/WeatherManager.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WeatherPlus/Model/WeatherManager.swift b/WeatherPlus/Model/WeatherManager.swift index c6d6b84..bae8c05 100644 --- a/WeatherPlus/Model/WeatherManager.swift +++ b/WeatherPlus/Model/WeatherManager.swift @@ -18,9 +18,9 @@ protocol WeatherManagerDelegate { struct WeatherManager { - let weatherURL = "https://api.openweathermap.org/data/2.5/onecall?exclude=minutely&appid=0aa5886e3a2c2ad1cb6debedc3c9e28d&lang=ru&units=metric" + let weatherURL = "https://api.openweathermap.org/data/2.5/onecall?exclude=minutely&appid=0aa5886e3a2c2ad1cb6debedc3c9e28d&lang=ru&units=metric + - var delegate: WeatherManagerDelegate?