mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Switch to different port for aquiring Twitch tokens
This commit is contained in:
parent
f3e7eaf212
commit
373e74c080
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
namespace advss {
|
||||
|
||||
static const int tokenGrabberPort = 8080;
|
||||
static const int tokenGrabberPort = 42171;
|
||||
|
||||
static std::deque<std::shared_ptr<Item>> twitchTokens;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user