aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstart.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/start.py b/start.py
index 23f9fbc5..035e480e 100755
--- a/start.py
+++ b/start.py
@@ -1,9 +1,11 @@
#!/usr/bin/env python3
-import argparse, os, sys, time
+import argparse, faulthandler, os, sys, time
from src import Cache, Config, Database, EventManager, Exports, IRCBot
from src import Logging, ModuleManager, Timers, utils
+faulthandler.enable()
+
directory = os.path.dirname(os.path.realpath(__file__))
arg_parser = argparse.ArgumentParser(