This commit is contained in:
30404 2024-07-11 20:19:20 +08:00
parent 0da53f18f9
commit a91351dabb
2 changed files with 2 additions and 2 deletions

View File

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

View File

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