Quellcode durchsuchen

ugh *headdesk*

tags/v0.1
Ben Kurtovic vor 13 Jahren
Ursprung
Commit
acfbca3b1f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      earwigbot.py

+ 1
- 1
earwigbot.py Datei anzeigen

@@ -4,7 +4,7 @@ import time
from subprocess import *

try:
from config import irc_config, secure_config
from config import irc, 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."""


Laden…
Abbrechen
Speichern