Switch to different port for aquiring Twitch tokens
Some checks are pending
debian-build / build (push) Waiting to run
Push to master / Check Formatting 🔍 (push) Waiting to run
Push to master / Build Project 🧱 (push) Waiting to run
Push to master / Create Release 🛫 (push) Blocked by required conditions

This commit is contained in:
WarmUpTill 2025-07-14 19:04:50 +02:00 committed by WarmUpTill
parent f3e7eaf212
commit 373e74c080

View File

@ -13,7 +13,7 @@
namespace advss {
static const int tokenGrabberPort = 8080;
static const int tokenGrabberPort = 42171;
static std::deque<std::shared_ptr<Item>> twitchTokens;