Skip to content

Commit

Permalink
fix: main
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Beudin committed Jul 8, 2023
1 parent f9c5c5a commit 63afa22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion discoger/_info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.1"
__version__ = "2.0.2"

__title__ = "discoger"
__author__ = "Beudbeud"
Expand Down
6 changes: 5 additions & 1 deletion discoger/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,9 @@ def run_threaded(job_func):
time.sleep(1)


if __name__ == "__main__":
def main():
Discoger()


if __name__ == "__main__":
main()

0 comments on commit 63afa22

Please sign in to comment.