File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 1
1
+ 0
Original file line number Diff line number Diff line change 121
121
]
122
122
123
123
#: version number
124
- __version__ = '1.3.5.post18 '
124
+ __version__ = '1.3.5.post19 '
Original file line number Diff line number Diff line change @@ -190,9 +190,9 @@ def __str__(self) -> 'str':
190
190
#: Username okay, password okay. Challenge is ". . . . ".
191
191
CODE_336 : 'ReturnCode' = 336 , 'Username okay, password okay.'
192
192
193
- #: Service available, closing control connection. This may be a reply to any
194
- #: command if the service knows it must shut down.
195
- CODE_421 : 'ReturnCode' = 421 , 'Service available, closing control connection.'
193
+ #: Service NOT available, closing control connection. This may be a reply to
194
+ #: any command if the service knows it must shut down.
195
+ CODE_421 : 'ReturnCode' = 421 , 'Service NOT available, closing control connection.'
196
196
197
197
#: Can't open data connection.
198
198
CODE_425 : 'ReturnCode' = 425 , "Can't open data connection."
You can’t perform that action at this time.
0 commit comments