mirror of
https://github.com/star-inc/star_yuuki_bot.git
synced 2024-11-10 17:25:54 +08:00
v6.5.1_RC4
This commit is contained in:
parent
8bf1741380
commit
94dd2ba14a
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ class Yuuki_Settings:
|
|||
class Yuuki:
|
||||
def __init__(self, Yuuki_Settings, Yuuki_Connection, threading=False):
|
||||
|
||||
# Enforce Disable Threading in v6.5.1_RC4
|
||||
threading = False
|
||||
|
||||
global _, YuukiVariable
|
||||
|
||||
# Static Variable
|
||||
|
|
Loading…
Reference in a new issue