diff --git a/bot.py b/bot.py index 1a970c668..d0fd86dab 100644 --- a/bot.py +++ b/bot.py @@ -1,8 +1,8 @@ -#!/usr/bin/env python3 +#! /usr/bin/env python3 # -*- coding: utf-8 -*- # (c) Shrimadhav U K -# the logging things +# the logging things sa import logging logging.basicConfig(level=logging.DEBUG, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')