Skip to content

Commit

Permalink
Merge pull request #59 from Garulf/update-flox-lib-from-0.18.1-to-0.20.1
Browse files Browse the repository at this point in the history
Update flox lib from 0.18.1 to 0.20.1
  • Loading branch information
Garulf authored Oct 19, 2023
2 parents 24d2770 + 344e103 commit 6c23276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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()
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.25.1
flox-lib==0.18.1
flox-lib==0.20.1

0 comments on commit 6c23276

Please sign in to comment.