Small cleanup
This commit is contained in:
parent
46eeffee39
commit
1bb3f2aefb
@ -17,10 +17,7 @@
|
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
# THE SOFTWARE.
|
||||
|
||||
|
||||
|
||||
from oyoyo.client import IRCClient
|
||||
from oyoyo.parse import parse_nick
|
||||
import logging
|
||||
import botconfig
|
||||
import time
|
||||
@ -28,9 +25,11 @@ import traceback
|
||||
import modules.common
|
||||
import sys
|
||||
|
||||
|
||||
class UTCFormatter(logging.Formatter):
|
||||
converter = time.gmtime
|
||||
|
||||
|
||||
def main():
|
||||
if botconfig.DEBUG_MODE:
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
|
Loading…
Reference in New Issue
Block a user