Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
protokollsystem
proto3
Commits
48ff2ad7
Commit
48ff2ad7
authored
Mar 04, 2017
by
Robin Sonnabend
Browse files
Reorder debug output
parent
3a97b73f
Changes
1
Hide whitespace changes
Inline
Side-by-side
server.py
View file @
48ff2ad7
...
...
@@ -1232,9 +1232,8 @@ try:
if
signum
==
0
:
check_and_send_reminders
()
except
ImportError
as
exc
:
print
(
"uwsgi not found, falling back to apscheduler for cron-like tasks"
)
def
make_scheduler
():
print
(
exc
)
print
(
"uwsgi not found, falling back to apscheduler for cron-like tasks"
)
scheduler
=
BackgroundScheduler
()
scheduler
.
start
()
scheduler
.
add_job
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment