docs: update init sql

docs: update init sql
This commit is contained in:
pycook 2024-01-26 13:57:36 +08:00 committed by GitHub
parent 5045581ddf
commit 9bcdaacdc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 93 additions and 15 deletions

View File

@ -1,13 +1,14 @@
# -*- coding:utf-8 -*-
import click
import copy
import datetime
import json
import requests
import time
import uuid
import click
import requests
from flask import current_app
from flask.cli import with_appcontext
from flask_login import login_user
@ -196,6 +197,8 @@ def cmdb_counter():
CMDBCounterCache.flush_adc_counter()
i = 0
CMDBCounterCache.flush_sub_counter()
i += 1
except:
import traceback

File diff suppressed because one or more lines are too long