Procházet zdrojové kódy

removed config check from earwigbot.py launcher

tags/v0.1^2
Ben Kurtovic před 13 roky
rodič
revize
e96189593d
1 změnil soubory, kde provedl 0 přidání a 7 odebrání
  1. +0
    -7
      earwigbot.py

+ 0
- 7
earwigbot.py Zobrazit soubor

@@ -3,13 +3,6 @@
import time
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():
while 1:
call(['python', 'core/main.py'])


Načítá se…
Zrušit
Uložit