aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/decorators.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-30 10:36:55 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-30 10:36:55 +0100
commit68f00aad2e6980533021532c25582f4931608657 (patch)
tree27df7b9618438242e06df67708fecbf1027ad3ad /pyaggr3g470r/decorators.py
parentDo not check at all the content. (diff)
downloadnewspipe-68f00aad2e6980533021532c25582f4931608657.tar.gz
newspipe-68f00aad2e6980533021532c25582f4931608657.tar.bz2
newspipe-68f00aad2e6980533021532c25582f4931608657.zip
Database is now indexed in background.
Diffstat (limited to 'pyaggr3g470r/decorators.py')
-rw-r--r--pyaggr3g470r/decorators.py1
1 files changed, 0 insertions, 1 deletions
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.
bgstack15