aboutsummaryrefslogtreecommitdiffstats
path: root/snekbox.py
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-05-26 14:15:11 +0200
committerGravatar Christopher Baklid <[email protected]>2018-05-26 14:15:11 +0200
commit3314b933240958f3d01e7c8ee5764dd3b690d789 (patch)
tree064d2aa19595e9e0222ff4ea5acd9dd466de033d /snekbox.py
parentbeforeunload was never run, removed (diff)
automatically clean up queues and message to reduce rabbitmq memory footprint
Diffstat (limited to 'snekbox.py')
-rw-r--r--snekbox.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/snekbox.py b/snekbox.py
index d6795e8..8c2bbaf 100644
--- a/snekbox.py
+++ b/snekbox.py
@@ -1,7 +1,6 @@
import sys
import io
import json
-import logging
from logs import log
from rmq import Rmq