Commit e2ae4438 by Őry Máté

add ping()

parent dff8b9fc
......@@ -491,3 +491,7 @@ def migrate(name, host, live=False):
dname=name,
bandwidth=0)
# return _parse_info(domain.info())
@celery.task
def ping():
return True
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment