Need the env here

This commit is contained in:
Firepup Sixfifty 2023-11-07 06:51:55 -06:00
parent 2a5dc6eeef
commit 61c5b8f791
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA

View file

@ -1,6 +1,10 @@
#!/usr/bin/python3
from os import environ as env
from dotenv import load_dotenv
load_dotenv()
__version__ = "v1.0.5"
npbase = "\[\x0303last\.fm\x03\] [A-Za-z0-9_[\]{}\\|^]{1,MAX} (is listening|last listened) to: \x02.+ - .*\x02( \([0-9]+ plays\)( \[.*\])?)?"
su = "^(su|sudo|(su .*|sudo .*))$"
servers = {
"ircnow": {
"address": "localhost",