Don't need env here
This commit is contained in:
parent
61c5b8f791
commit
d9b503aa9e
1 changed files with 0 additions and 3 deletions
|
@ -4,7 +4,6 @@ from overrides import bytes, bbytes
|
|||
import re, random as r, codecs
|
||||
from sys import argv as args, exit as xit, stdout, stderr
|
||||
from socket import socket, AF_INET, SOCK_STREAM
|
||||
from os import environ as env
|
||||
from dotenv import load_dotenv
|
||||
from pythonlangutil.overload import Overload, signature
|
||||
from datetime import datetime as dt
|
||||
|
@ -12,8 +11,6 @@ from logs import log
|
|||
from subprocess import run, PIPE
|
||||
from config import npbase, servers, __version__
|
||||
|
||||
load_dotenv()
|
||||
|
||||
ircsock = socket(AF_INET, SOCK_STREAM)
|
||||
botnick = "FireBot"
|
||||
server = args[1] if args else "UNSTABLE BOT MODE"
|
||||
|
|
Loading…
Reference in a new issue