2123
This commit is contained in:
parent
d7c77f4c0f
commit
e6c1ccef56
|
@ -4,7 +4,7 @@ import time
|
|||
|
||||
import paramiko
|
||||
|
||||
# from k8s_func import *
|
||||
from k8s_func import *
|
||||
from teacher_func import *
|
||||
from student_func import *
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue