Somehow missed the actual insert code

This commit is contained in:
polaris 2014-04-13 13:14:50 -04:00
parent 38c2b97daf
commit acf67b2857

View File

@ -332,7 +332,7 @@ class GamespyDatabase(object):
logger.log(-1, q2)
c = self.conn.cursor()
c.execute(q, [userProfileId, buddyProfileId, now, 0, 0]) # 0 will mean not authorized
c.execute(q, [userProfileId, buddyProfileId, now, 0, 0, ""]) # 0 will mean not authorized
self.conn.commit()
def auth_buddy(self, userProfileId, buddyProfileId):