Merge branch '2.1.2' into 2.1.x
Conflicts: python_apps/pypo/pypofetch.py
This commit is contained in:
commit
27a6326c58
10 changed files with 53 additions and 4 deletions
|
@ -404,7 +404,7 @@ class PypoFetch(Thread):
|
|||
- runs the cleanup routine, to get rid of unused cached files
|
||||
"""
|
||||
def process_schedule(self, schedule_data):
|
||||
self.last_update_schedule_timestamp = time.time()
|
||||
self.last_update_schedule_timestamp = time.time()
|
||||
self.logger.debug(schedule_data)
|
||||
media = schedule_data["media"]
|
||||
media_filtered = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue