|
@@ -153,7 +153,7 @@ def iterate_audios(dt, station):
|
|
|
the the date and itself plus 5 minutes;
|
|
|
station must match too """
|
|
|
from_time = time.mktime(dt.timetuple())
|
|
|
- to_time = from_time + 5 * 60
|
|
|
+ to_time = from_time + 3600
|
|
|
|
|
|
print('from {} to {}'.format(from_time, to_time))
|
|
|
|