Skip to content

Commit

Permalink
test2 bad
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatoli Shmanai committed Aug 15, 2024
1 parent 8145a2f commit db5d2bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WeatherPlus/Model/WeatherManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit db5d2bf

Please sign in to comment.