Changed log prefix to 'ttr' to be distinct from normal toontown logs. (can be reverted)
This commit is contained in:
parent
6fb562bf20
commit
d87b75e14d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class TTRLauncher(LauncherBase):
|
|||
def __init__(self):
|
||||
self.http = HTTPClient()
|
||||
|
||||
self.logPrefix = 'toontown-'
|
||||
self.logPrefix = 'ttr-'
|
||||
|
||||
ltime = 1 and time.localtime()
|
||||
logSuffix = '%02d%02d%02d_%02d%02d%02d' % (ltime[0] - 2000, ltime[1], ltime[2],
|
||||
|
|
Loading…
Reference in a new issue