Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
17d7bf3b
Commit
17d7bf3b
authored
Mar 31, 2011
by
Georgios Gousios
Browse files
Fix typo, spotted by vkoukis
parent
bf00c997
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/charger.py
View file @
17d7bf3b
...
...
@@ -12,7 +12,7 @@ from logic import credits
def
periodically_charge
():
"""Scan all virtual machines and charge each user"""
active_vms
=
VirtualMachine
.
objects
.
filter
(
delete
=
False
)
active_vms
=
VirtualMachine
.
objects
.
filter
(
delete
d
=
False
)
if
not
len
(
active_vms
):
print
"No virtual machines found"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment