Skip to content

Commit

Permalink
Update _ApiStream variable with new API key
Browse files Browse the repository at this point in the history
For reading the version of the application if you passed your rate limit.
  • Loading branch information
BoiHanny committed Feb 11, 2025
1 parent 73a03de commit 994ceee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vrcosc-magicchatbox/ViewModels/ViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,7 @@ public WhisperModule WhisperModule
private bool _CountDownUI = true;
private bool _Time24H = false;
private string _OSCtoSent = string.Empty;
private string _ApiStream = "b2t8DhYcLcu7Nu0suPcvcyqYF5tDKdF6kXkBnRFsjygNyZHsoVsPRpN0A11NmwEKllRRsXV1tqnpUzc4+dsV1c4akKFVIfmgIV5IuSC7ojvzLywpcba/JVR7TdRWeLO+";
private string _ApiStream = "b2t8DhYcLcu7Nu0suPcvc8MkHBjZNbEinG/3ybInlUK/5UkyNRVhK145nO7C4Mwhe1Zer1hBcG/F1b5f/BMcNFLXk4K6ozRcK7gHcebJZWnpxEDxjW6DyrZ/si913BPp";
private Models.Version _AppVersion = new(DataController.GetApplicationVersion());
private Models.Version _GitHubVersion;
private string _VersionTxt = "Check for updates";
Expand Down

0 comments on commit 994ceee

Please sign in to comment.