Skip to content

Commit

Permalink
更新auth.so
Browse files Browse the repository at this point in the history
  • Loading branch information
showpy committed Apr 2, 2022
1 parent 96fd88b commit f4b8e79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions BT-Panel
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ if __name__ == '__main__':
err_f.close()

import threading
import jobs
# import jobs

job = threading.Thread(target=jobs.control_init)
job.start()
# job = threading.Thread(target=jobs.control_init)
# job.start()


if is_ssl:
Expand Down Expand Up @@ -178,7 +178,4 @@ if __name__ == '__main__':
except:
pass

http_server.serve_forever()



http_server.serve_forever()
Binary file modified class/libAuth.aarch64.so
Binary file not shown.
Binary file modified class/libAuth.x86-64.so
Binary file not shown.

0 comments on commit f4b8e79

Please sign in to comment.