Skip to content

Commit

Permalink
Auto-format code [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Dec 27, 2024
1 parent ba703c5 commit 2104b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from os import getcwd
import subprocess
from asyncio import Lock, new_event_loop, set_event_loop
from logging import (
Expand All @@ -10,6 +9,7 @@
basicConfig,
getLogger,
)
from os import getcwd
from socket import setdefaulttimeout
from time import time

Expand Down Expand Up @@ -98,7 +98,7 @@
)

with open("a2c.conf", "a+") as a:
a.write(f"bt-stop-timeout=600\n")
a.write("bt-stop-timeout=600\n")
a.write(f"bt-tracker=[{trackers}]")
subprocess.run(["xria", "--conf-path=/usr/src/app/a2c.conf"], check=False)

Expand Down

0 comments on commit 2104b1f

Please sign in to comment.