Skip to content
Snippets Groups Projects
Commit 8a88243e authored by Martin Bauer's avatar Martin Bauer
Browse files

max domain size info fix

parent 7fa43019
No related branches found
No related tags found
No related merge requests found
...@@ -170,3 +170,7 @@ class MaxDomainSizeInfo: ...@@ -170,3 +170,7 @@ class MaxDomainSizeInfo:
def __repr__(self): def __repr__(self):
return self.__str__() return self.__str__()
if __name__ == '__main__':
print(MaxDomainSizeInfo())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment