Skip to content

Commit

Permalink
Fix log flood from tbot update parser
Browse files Browse the repository at this point in the history
Closes: #454
  • Loading branch information
iovxw committed Sep 24, 2024
1 parent 040da69 commit 1f808af
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "tbot"]
path = tbot
url = https://gitlab.com/iovxw/tbot
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ atomicwrites = "0.4"

[dependencies.tbot]
version = "0.6"
git = "https://gitlab.com/SnejUgal/tbot.git"
path = "tbot"
default-features = false
features = ["proxy"]

Expand Down
1 change: 1 addition & 0 deletions tbot
Submodule tbot added at e31a31

0 comments on commit 1f808af

Please sign in to comment.