We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expect: UpdateLiveStats gives UpTime/Stardust/XP/etc. for the duration that the bot is run (i.e. UpTime).
Actual: Bot seems to return stats based on the account totals. (As much as I'd like to be getting 4x10^6 xp/hr)
Config: http://pastebin.com/HkpcPUc6
Output: N/A (see screenshot above).
To Reproduce: Run with linked config.
Other Info: OS: Linux Mint 18 Branch: Dev Git Commit: e68c2e8 Python Version: Python 2.7.12
The text was updated successfully, but these errors were encountered:
personally I would like both
total run time and session uptime
Sorry, something went wrong.
As yaborije said on Slack, #4088 is the reason of this bug. Checking for None and not 0.
None
0
self.xp['latest'] = playerdata.get('experience', 0) if self.xp['start'] is None: self.xp['start'] = self.xp['latest']
@MasterCATZ We can’t have total as it is. We know for how long you ran the bot this session, but not the sum of every sessions.
No branches or pull requests
Expect:
UpdateLiveStats gives UpTime/Stardust/XP/etc. for the duration that the bot is run (i.e. UpTime).
Actual:
Bot seems to return stats based on the account totals.
(As much as I'd like to be getting 4x10^6 xp/hr)
Config:
http://pastebin.com/HkpcPUc6
Output:
N/A (see screenshot above).
To Reproduce:
Run with linked config.
Other Info:
OS: Linux Mint 18
Branch: Dev
Git Commit: e68c2e8
Python Version: Python 2.7.12
The text was updated successfully, but these errors were encountered: