diff --git a/pypx/base.py b/pypx/base.py index 9563a24..92ae784 100644 --- a/pypx/base.py +++ b/pypx/base.py @@ -110,7 +110,7 @@ def commandSuffix(self): command_suffix = ' -aec ' + self.aec command_suffix += ' -aet ' + self.aet command_suffix += ' ' + self.serverIP - command_suffix += ' ' + self.serverPort + command_suffix += ' ' + str(self.serverPort) return command_suffix