mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-11 19:58:49 -05:00
Switch to different port for aquiring Twitch tokens
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
namespace advss {
|
||||
|
||||
static const int tokenGrabberPort = 8080;
|
||||
static const int tokenGrabberPort = 42171;
|
||||
|
||||
static std::deque<std::shared_ptr<Item>> twitchTokens;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user