This commit is contained in:
Mars 2024-06-21 03:15:01 -04:00
commit b09839ff6a
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
289 changed files with 57 additions and 43596 deletions

View file

@ -3,10 +3,8 @@
#include <rfl/json.hpp>
#include <rfl/json/load.hpp>
#include "weather.h"
#include "../util/result.h"
#include "config.h"
#include "util/result.h"
// Function to read cache from file
fn ReadCacheFromFile() -> Result<WeatherOutput> {