From 546c66f750c4ee9ae94725e3ac1c9473115b31d5 Mon Sep 17 00:00:00 2001 From: swee Date: Thu, 14 Nov 2024 19:18:46 -0800 Subject: [PATCH] Update cc/give --- cc/give | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc/give b/cc/give index 38aa38d..af9d67f 100644 --- a/cc/give +++ b/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: