Skip to content

Commit

Permalink
Use updated Flox-lib method
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Oct 19, 2023
1 parent c75f31b commit 344e103
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
from plugin.main import Commander

if __name__ == "__main__":
Commander()
commander = Commander()
commander.run()

0 comments on commit 344e103

Please sign in to comment.