Closed lxcode closed 6 months ago
Bgs wasn't getting written to the config file, making it so it would fall back to Host. This broke streaming, since it tried to stream from bsky.social instead of bsky.network.
Also switch to os.WriteFile, since that's what ioutil passes to anyway.
Thank you
Bgs wasn't getting written to the config file, making it so it would fall back to Host. This broke streaming, since it tried to stream from bsky.social instead of bsky.network.
Also switch to os.WriteFile, since that's what ioutil passes to anyway.