beginnings of game state management

This commit is contained in:
DecDuck
2024-10-17 21:05:25 +11:00
parent 30ff908abc
commit 1ff74a1bcf
6 changed files with 84 additions and 32 deletions
-2
View File
@@ -147,8 +147,6 @@ pub fn run() {
.join(object_id)
.unwrap();
info!["{}", object_url.to_string()];
let header = generate_authorization_header();
let client: reqwest::blocking::Client = reqwest::blocking::Client::new();
let response = client