fix: OpenRouter Key in reddit_trends.py aktualisiert (hardcoded alter Key)
This commit is contained in:
parent
23077f42ce
commit
0f61c54dfc
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ from datetime import datetime, timedelta, timezone
|
|||
WP_URL = "https://arakava-news-2.orbitalo.net"
|
||||
WP_USER = "admin"
|
||||
WP_PASS = "eJIyhW0p5PFacjvvKGufKeXS"
|
||||
OPENROUTER_KEY = "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"
|
||||
OPENROUTER_KEY = "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"
|
||||
TELEGRAM_TOKEN = "8551565940:AAHIUpZND-tCNGv9yEoNPRyPt4GxEPYBJdE"
|
||||
TELEGRAM_CHAT = "674951792"
|
||||
LOG_FILE = "/opt/rss-manager/logs/reddit_trends.log"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue