Skip to content

Commit

Permalink
Update const.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitwise-01 authored Jan 17, 2019
1 parent ff4cdbc commit 3557541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}

# Login
fetch_time = (5, 10)
fetch_time = (25, 30)
response_codes = { 'succeed': 0, 'failed': 1, 'locked': -1 }

# Limits
Expand All @@ -36,4 +36,4 @@
# Misc
debug = False
credentials = 'accounts.txt'
modes = { 0: 256, 1: 128, 2: 64, 3: 32 }
modes = { 0: 256, 1: 128, 2: 64, 3: 32 }

0 comments on commit 3557541

Please sign in to comment.