Skip to content

Commit

Permalink
docs: update init sql
Browse files Browse the repository at this point in the history
docs: update init sql
  • Loading branch information
pycook authored Jan 26, 2024
1 parent 3c99ffd commit b66eab3
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 15 deletions.
7 changes: 5 additions & 2 deletions cmdb-api/api/commands/click_cmdb.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -196,6 +197,8 @@ def cmdb_counter():
CMDBCounterCache.flush_adc_counter()
i = 0

CMDBCounterCache.flush_sub_counter()

i += 1
except:
import traceback
Expand Down
Loading

0 comments on commit b66eab3

Please sign in to comment.