1
0
Fork 0
mirror of synced 2024-06-02 18:54:33 +12:00

Removed printing to a file that no longer exists, for testing

This commit is contained in:
Phxntxm 2016-07-16 06:48:19 -05:00
parent ff32c8685d
commit 25c7114a85

View file

@ -15,9 +15,6 @@ def customPermsOrRole(perm):
cursor.execute('use {}'.format(config.db_perms))
cmd = str(ctx.command)
sid = ctx.message.server.id
f = open("/home/phxntx5/public_html/Bonfire/checkstest.txt", "r+")
f.write("cmd: {}\nsid: {}".format(cmd, sid))
f.close()
cursor.execute("show tables like %s", (sid,))
result = cursor.fetchone()