From 44810409de69a41fe4bdd7ab48dd36556f1cb1eb Mon Sep 17 00:00:00 2001 From: Victor Kotlin Date: Sat, 11 Sep 2021 16:15:50 +0300 Subject: [PATCH] fix .gitignore and add start_loop description --- .gitignore | 1 + boticordpy/client.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0793985..1f615b1 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ __pycache__ .egg-info dist docs/_build +.boticordpy.egg-info diff --git a/boticordpy/client.py b/boticordpy/client.py index eb88a84..e31400e 100644 --- a/boticordpy/client.py +++ b/boticordpy/client.py @@ -48,6 +48,8 @@ class BoticordClient: def start_loop(self, sleep_time: int = None) -> None: """ + Can be used to post stats automatically. + Parameters ---------- sleep_time: :class:`int`