mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-01-20 03:40:26 +00:00
Update main.py
This commit is contained in:
2
main.py
2
main.py
@@ -63,7 +63,7 @@ async def main():
|
||||
await asyncio.sleep(2) # Wait before retry
|
||||
|
||||
# Initialize RemnaWave API
|
||||
api = RemnaWaveAPI(config.REMNAWAVE_URL, config.REMNAWAVE_TOKEN)
|
||||
api = RemnaWaveAPI(config.REMNAWAVE_URL, config.REMNAWAVE_TOKEN, config.SUBSCRIPTION_BASE_URL)
|
||||
logger.info("RemnaWave API initialized")
|
||||
|
||||
# Test API connection (optional - don't fail if it doesn't work)
|
||||
|
||||
Reference in New Issue
Block a user