Need the env here
This commit is contained in:
parent
2a5dc6eeef
commit
61c5b8f791
1 changed files with 4 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue