mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
cleanup
This commit is contained in:
parent
49b26c4103
commit
6586760947
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
import json
|
||||
import os
|
||||
import requests
|
||||
from pandac.PandaModules import *
|
||||
from panda3d.core import *
|
||||
|
||||
|
||||
username = os.environ['ttsUsername']
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue