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
I am creating a dict from some imported json that contains the following
{ram: {'total': 3880192, 'free': 1158636, 'used': 491812, 'available': 3176752, '%used': 12.674939796793561}}
when trying to get the %used data it fails with a syntax error.
%used
if i had control of the names i would change them but...
i will do math to get the answer for now with no issues
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am creating a dict from some imported json that contains the following
{ram: {'total': 3880192, 'free': 1158636, 'used': 491812, 'available': 3176752, '%used': 12.674939796793561}}
when trying to get the
%used
data it fails with a syntax error.if i had control of the names i would change them but...
i will do math to get the answer for now with no issues
The text was updated successfully, but these errors were encountered: