0.1.21 修复循环调用时软件包的过量统计

This commit is contained in:
2023-11-07 17:25:44 +08:00
parent 3c0bacd8c8
commit b25f573b20
4 changed files with 37 additions and 32 deletions

View File

@@ -15,6 +15,5 @@ from .file_processing import *
from .data_processing import *
import guan
rand_number = guan.get_random_number(start=1, end=10)
if rand_number == 5:
guan.notification_of_upgrade()
guan.notification_of_upgrade()
global_variable_of_first_guan_package_calling = True