From 392f79d0400c01716957c46a297233a6db1d89e2 Mon Sep 17 00:00:00 2001 From: lesion Date: Tue, 23 May 2017 22:20:46 +0200 Subject: [PATCH] dai 30 min, se non ti piace toglilo --- plugins/talks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/talks.py b/plugins/talks.py index ae5651f..0674e3b 100644 --- a/plugins/talks.py +++ b/plugins/talks.py @@ -27,7 +27,7 @@ import jinja2 TALKS_PATH = 'talks' TALK_ATTACHMENT_PATH = 'res' TALK_ICS = 'schedule.ics' -GRID_STEP = 15 +GRID_STEP = 30 def memoize(function):