Skip to content

Commit

Permalink
更新libAuth
Browse files Browse the repository at this point in the history
  • Loading branch information
showpy committed Apr 2, 2022
1 parent f4b8e79 commit 035a163
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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
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 035a163

Please sign in to comment.