This commit is contained in:
30404 2024-07-11 19:38:08 +08:00
parent d7c77f4c0f
commit e6c1ccef56
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import time
import paramiko
# from k8s_func import *
from k8s_func import *
from teacher_func import *
from student_func import *

View File

@ -4,7 +4,7 @@ from Crypto.Cipher import AES
from Crypto.Random import get_random_bytes
import base64
import datetime
# import k8s_func
import k8s_func
db = dmPython.connect(user='SYSDBA', password='dameng!!', host="36.138.114.105", port="32522")