Miles Greenwark
Miles Greenwark
# Sound Effect support Closes #40 ## Notes 1. I haven't tested this with Terraria, Stardew Valley, etc - this converts WAV XNB files from the game Hacknet 2. I'm...
- Generally cleans up the codebase - Improves error handling - Snapmap Archiver will now dynamically choose which CDN to query (**TODO**) - Adds the physical location of snaps to...
Tying up a loose end from my last PR where I mentioned some additional sources that may be worth including. https://github.com/DFW1N/DFW1N-OSINT/pull/4
To reproduce: run the Victorian parliament test and see for yourself
This should be changed: ```py epoch_endpoint = "https://ms.sc-jpl.com/web/getLatestTileSet" ``` -> ```py epoch_endpoint = f"{self.api_host}/web/getLatestTileSet" ```