Re-pushing changes e74779fa32 after fixing cicd
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -101,7 +101,7 @@ VOLK_API_VERSION = "1.0"
|
||||
VOLK_CATEGORY_LIST = "https://base.volk-nn.ru/api/categories?event=volk26&form=volk26_event"
|
||||
VOLK_CATEGORY_DESC_PREFIX = "https://base.volk-nn.ru/api/category?event=volk26&form=volk26_event&category="
|
||||
VOLK_EVENT_LIST_PREFIX = "https://base.volk-nn.ru/api/applications?event=volk26&form=volk26_event&apps_on_page=200&page=0&category="
|
||||
|
||||
|
||||
# Event status
|
||||
IS_EVENT = true
|
||||
AUTO_PUBLISH = false
|
||||
|
||||
+1
-1
@@ -222,7 +222,7 @@ def load_categories():
|
||||
if 'connection' in locals() and connection.is_connected():
|
||||
cursor.close()
|
||||
connection.close()
|
||||
|
||||
|
||||
def load_events_by_category(category_id):
|
||||
"""Экспортируемая функция для загрузки событий категории из JSON в базу данных"""
|
||||
inserted_count = 0
|
||||
|
||||
Reference in New Issue
Block a user