Browse Source

Update main.py

baumsplitter41 4 tháng trước cách đây
mục cha
commit
eb5364178a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      VPD_BOT/main.py

+ 1 - 1
VPD_BOT/main.py

@@ -63,7 +63,7 @@ conn = mysql.connector.connect(
     password=dbpsswd
 )
 cursor = conn.cursor()
-conn.database = str(dbdb)
+conn.database = dbdb
 
 cursor.execute("""
 CREATE TABLE IF NOT EXISTS User (