Get the module's url from module_args

parent fe346e37
......@@ -78,7 +78,7 @@ class Module(ModuleContent):
self.module_args = module_args
def __str__(self):
return self.url
return self.module_args.url
@property
def is_fetched_to(self):
......
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 to comment