1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 18:23:12 +00:00

Remove item replacement on boot

This commit is contained in:
wlinator 2024-02-27 18:25:33 +01:00
parent 3aa4f5b3a0
commit af92727f5b

View file

@ -281,6 +281,6 @@ if __name__ == '__main__':
racu_logs.info("\n")
# replace all items, if there are any changes they will be overwritten
Item.insert_items()
# Item.insert_items()
sbbot.run(os.getenv('TOKEN'))