Update cc/give
This commit is contained in:
parent
f44899ae96
commit
546c66f750
1 changed files with 1 additions and 1 deletions
2
cc/give
2
cc/give
|
@ -1,6 +1,6 @@
|
|||
from sys import argv
|
||||
import sqlite3
|
||||
conn = sqlite3.connect("/home/swee/sbirc.db")
|
||||
conn = sqlite3.connect("/home/sweebotirc/sbirc.db")
|
||||
database = conn.cursor()
|
||||
def getperms(cloak: str):
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue