|
@@ -3,13 +3,6 @@ |
|
|
import time |
|
|
import time |
|
|
from subprocess import * |
|
|
from subprocess import * |
|
|
|
|
|
|
|
|
try: |
|
|
|
|
|
from config import irc, main, schedule, secure, watcher |
|
|
|
|
|
except ImportError: |
|
|
|
|
|
print """Missing a config file! Make sure you have configured the bot. All *.py.default files in config/ |
|
|
|
|
|
should have their .default extension removed, and the info inside should be corrected.""" |
|
|
|
|
|
exit() |
|
|
|
|
|
|
|
|
|
|
|
def main(): |
|
|
def main(): |
|
|
while 1: |
|
|
while 1: |
|
|
call(['python', 'core/main.py']) |
|
|
call(['python', 'core/main.py']) |
|
|