This commit is contained in:
Master Jumblespeed 2015-07-04 15:18:48 -04:00
parent 49b26c4103
commit 6586760947
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
import json
import os
import requests
from pandac.PandaModules import *
from panda3d.core import *
username = os.environ['ttsUsername']

View file

@ -15,7 +15,7 @@ from panda3d.core import *
import hashlib, hmac, json
import anydbm, math, os
import urllib2, time, urllib, base64
import urllib2, time, urllib
def rejectConfig(issue, securityIssue=True, retarded=True):
print
@ -140,7 +140,7 @@ class AccountDB:
self.dbm = anydbm.open(filename, 'c')
def addNameRequest(self, avId, name):
def addNameRequest(self, avId, name, accountID = None):
return True
def getNameStatus(self, avId, callback = None):