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
SHould refresh
Is being displayed once in title but never refresh
{ "type": "UpdateTitleStats", "config": { "min_interval": 10, "stats": ["login", "uptime", "km_walked", "level_stats", "xp_earned", "xp_per_hour"], "terminal_log": true, "terminal_title": true } }
OS: OSX
The text was updated successfully, but these errors were encountered:
Does it still log the stats inside the terminal ?
BTW the worker's name changed since you opened this issue. It's now called UpdateLiveStats. Try to pull the latest dev and see if the issue is fixed.
UpdateLiveStats
Sorry, something went wrong.
I think he has the latest dev judging from "terminal_log": true - maybe he has to just change the name to UpdateLiveStats like you said.
"terminal_log": true
No branches or pull requests
Expected Behavior
SHould refresh
Actual Behavior
Is being displayed once in title but never refresh
Your config.json (remove your credentials and any other private info)
{
"type": "UpdateTitleStats",
"config": {
"min_interval": 10,
"stats": ["login", "uptime", "km_walked", "level_stats", "xp_earned", "xp_per_hour"],
"terminal_log": true,
"terminal_title": true
}
}
OS: OSX
The text was updated successfully, but these errors were encountered: