fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Always attempt to build HTML and fix_tree_tags when publishing a book. Also, some...
[wolnelektury.git]
/
apps
/
waiter
/
__init__.py
diff --git
a/apps/waiter/__init__.py
b/apps/waiter/__init__.py
index
d3696b7
..
9c83ee3
100644
(file)
--- a/
apps/waiter/__init__.py
+++ b/
apps/waiter/__init__.py
@@
-1,3
+1,7
@@
+# -*- coding: utf-8 -*-
+# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
"""
Celery waiter.
"""
Celery waiter.
@@
-5,4
+9,4
@@
Takes orders for files generated by async Celery tasks.
Serves the file when ready. Kindly asks the user to wait if not.
Author: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Serves the file when ready. Kindly asks the user to wait if not.
Author: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
-"""
\ No newline at end of file
+"""