Clean up
This commit is contained in:
parent
22144c6fc3
commit
8147128067
1 changed files with 0 additions and 3 deletions
|
|
@ -14,7 +14,6 @@ from yaboli.utils import *
|
||||||
|
|
||||||
|
|
||||||
class Video:
|
class Video:
|
||||||
DURATION_RE = r"P(\d+Y)?(\d+"
|
|
||||||
DELAY = 4
|
DELAY = 4
|
||||||
|
|
||||||
def __init__(self, vid, title, duration, blocked, allowed):
|
def __init__(self, vid, title, duration, blocked, allowed):
|
||||||
|
|
@ -462,8 +461,6 @@ class ArgonDJBot(yaboli.Bot):
|
||||||
|
|
||||||
|
|
||||||
def main(configfile):
|
def main(configfile):
|
||||||
#asyncio.get_event_loop().set_debug(True)
|
|
||||||
#logging.basicConfig(level=logging.DEBUG)
|
|
||||||
logging.basicConfig(level=logging.INFO)
|
logging.basicConfig(level=logging.INFO)
|
||||||
|
|
||||||
config = configparser.ConfigParser(allow_no_value=True)
|
config = configparser.ConfigParser(allow_no_value=True)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue