remove service
All checks were successful
Build and Deploy Docker Container / build-and-deploy (push) Successful in 47s

image on own server
This commit is contained in:
2025-10-04 19:23:36 +02:00
parent 44e60fd535
commit ab33cbe005
2 changed files with 1 additions and 18 deletions

View File

@@ -90,7 +90,7 @@ def get_message(type: str) -> dict[str, int]:
msg = messages[type] msg = messages[type]
if type in ["halftime", "420"]: if type in ["halftime", "420"]:
msg["image"] = { msg["image"] = {
"url": "https://www.freepnglogos.com/uploads/weed-leaf-png/cannabis-weed-leaf-png-clipart-images-24.png"} "url": "https://copyparty.allucanget.biz/img/weed.png"}
if type == "420": if type == "420":
tz_list = where_is_it_420(timezones, countries) tz_list = where_is_it_420(timezones, countries)
if tz_list: if tz_list:

View File

@@ -1,17 +0,0 @@
[Unit]
Description=Discord Webhook Notification Service
After=network.target
[Service]
Type=simple
User=www-data
Group=www-data
WorkingDirectory=/srv/app/thc-time
ExecStart=/srv/app/thc-time/venv/bin/python /srv/app/thc-time/main.py
Restart=always
RestartSec=5
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target