Compare commits

..

2 Commits

Author SHA1 Message Date
b0afba6de7 Merge branch 'main' of git.opencomputing.cn:yumoqing/kboss 2025-09-18 10:48:07 +08:00
1b26e3e615 bugfix 2025-09-18 10:47:45 +08:00

View File

@ -44,7 +44,6 @@ from appPublic.rc4 import unpassword, password
from ahserver.filedownload import path_encode
from imgThumb import thumb
from idfile import idFileDownload
from myauth import MyAuthAPI
from rf import getPublicKey, getI18nMapping
from version import __version__
@ -133,7 +132,6 @@ if __name__ == '__main__':
server = ConfiguredServer(auth_klass=MyAuthAPI, workdir=workdir)
rf = RegisterFunction()
rf.register('makeThumb',thumb)
rf.register('idFileDownload',idFileDownload)
rf.register('getPublicKey', getPublicKey)
rf.register('getI18nMapping', getI18nMapping)
g = ServerEnv()