mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
remove ProvisionsChalutier once
This commit is contained in:
parent
0924467487
commit
51e1577fe7
@ -59,9 +59,10 @@ def initialize(window_to_hide):
|
|||||||
helper.install_thread_excepthook()
|
helper.install_thread_excepthook()
|
||||||
sys.excepthook = helper.unhandled_exception_logging
|
sys.excepthook = helper.unhandled_exception_logging
|
||||||
|
|
||||||
if not config.get("addoninstalled", False) and not helper.addon_exists(chalutier[0]):
|
if not config.get("addoninstalled", False):
|
||||||
helper.install_addon(*chalutier)
|
helper.install_addon(*chalutier)
|
||||||
helper.install_addon(*lam2)
|
helper.install_addon(*lam2)
|
||||||
|
helper.remove_addon("ProvisionsChalutier")
|
||||||
config.set("addoninstalled", True)
|
config.set("addoninstalled", True)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user