From 68f00aad2e6980533021532c25582f4931608657 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 30 Nov 2014 10:36:55 +0100 Subject: Database is now indexed in background. --- pyaggr3g470r/decorators.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pyaggr3g470r/decorators.py') diff --git a/pyaggr3g470r/decorators.py b/pyaggr3g470r/decorators.py index 80568add..5cacb09f 100644 --- a/pyaggr3g470r/decorators.py +++ b/pyaggr3g470r/decorators.py @@ -19,7 +19,6 @@ def async(f): thr.start() return wrapper - def feed_access_required(func): """ This decorator enables to check if a user has access to a feed. -- cgit