parent
ea0ee5a934
commit
a8ec570594
1 changed files with 2 additions and 1 deletions
3
cc/give
3
cc/give
|
@ -1,7 +1,8 @@
|
||||||
from sys import argv
|
from sys import argv
|
||||||
import sqlite3
|
import sqlite3
|
||||||
import re
|
import re
|
||||||
conn = sqlite3.connect("/home/sweebotirc/sbirc.db")
|
from os import environ
|
||||||
|
conn = sqlite3.connect(environ["SBconfig"])
|
||||||
database = conn.cursor()
|
database = conn.cursor()
|
||||||
def getperms(mask: str):
|
def getperms(mask: str):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue