mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 14:02:24 +01:00
Fix missing uncommited import
This commit is contained in:
parent
2d29fb1994
commit
e344e28166
@ -29,7 +29,7 @@ from app.tasks.forumtasks import import_topic_list, check_all_forum_accounts
|
||||
from app.tasks.importtasks import import_repo_screenshot, check_zip_release, check_for_updates, update_all_game_support, \
|
||||
import_languages
|
||||
from app.tasks.usertasks import import_github_user_ids
|
||||
from app.tasks.pkgtasks import notify_about_git_forum_links
|
||||
from app.tasks.pkgtasks import notify_about_git_forum_links, clear_removed_packages
|
||||
from app.utils import add_notification, get_system_user
|
||||
|
||||
actions = {}
|
||||
|
Loading…
Reference in New Issue
Block a user