Merge branch 'master' of https://git.fascinated.cc/Fascinated/traefik-helper
All checks were successful
Publish Docker Image / docker (push) Successful in 3m59s

This commit is contained in:
Lee
2025-02-07 22:12:12 +00:00

View File

@ -1,7 +1,6 @@
from colorama import Fore
from command.command import Command
from traefik.traefikConfig import TraefikConfig
from utils.dockerUtils import restartTraefik
class RemoveCommand(Command):
def __init__(self):
@ -22,6 +21,4 @@ class RemoveCommand(Command):
traefikConfig.removeRouter(name)
traefikConfig.save()
restartTraefik()
traefikConfig.save()