From 55ce3e2817eef8a016f8bdf3fe83ca0cdfac0ce9 Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Sun, 21 Jul 2019 10:40:07 -0500 Subject: [PATCH] Removed background_tasks import --- GeoffreyApp/apps.py | 1 - 1 file changed, 1 deletion(-) diff --git a/GeoffreyApp/apps.py b/GeoffreyApp/apps.py index 868f068..9d3d5e8 100644 --- a/GeoffreyApp/apps.py +++ b/GeoffreyApp/apps.py @@ -1,6 +1,5 @@ from django.apps import AppConfig import os -import background_task path = os.path.dirname(os.path.abspath(__file__)) + "/assets/bots/geoffrey.py"