mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
import config in withdrawl module
This commit is contained in:
parent
a2d760dcdb
commit
107e36cf32
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ import json
|
|||
import string
|
||||
from tipbot.log import log_error, log_warn, log_info, log_log
|
||||
import tipbot.coinspecs as coinspecs
|
||||
import tipbot.config as config
|
||||
from tipbot.utils import *
|
||||
from tipbot.ircutils import *
|
||||
from tipbot.redisdb import *
|
||||
|
|
Loading…
Reference in a new issue