Skip to content

Commit

Permalink
Decreased tickrate (reverted from commit 9619066b3fdd8acd59c24b45ed85…
Browse files Browse the repository at this point in the history
…e4270b56dd0c)
  • Loading branch information
Mydayyy committed Sep 24, 2017
1 parent 5ebd0fc commit ece4e16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def main():
bot.login_use()

while True:
time.sleep(10 / 1000)
bot.process()


Expand Down
3 changes: 1 addition & 2 deletions doc/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ EXCLUDE_SYMBOLS = BotChannelSlave EventTypes connect disconnect process

RECURSIVE = YES

GENERATE_LATEX = NO
EXTRACT_ALL = NO
CLASS_DIAGRAMS = NO
HIDE_UNDOC_RELATIONS = NO
Expand All @@ -22,4 +21,4 @@ MAX_DOT_GRAPH_DEPTH = 0
DOT_TRANSPARENT = YES

SORT_MEMBER_DOCS = YES

GENERATE_TREEVIEW = NO

0 comments on commit ece4e16

Please sign in to comment.