Fix syntax error

This commit is contained in:
dave 2017-01-01 16:27:58 -08:00
parent fa8783e6cc
commit 1a7f6c0c59
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"""
from pyircbot.modulebase import ModuleBase ModuleHook
from pyircbot.modulebase import ModuleBase, ModuleHook
import random
import math
from threading import Timer