diff --git a/tftpy/TftpServer.py b/tftpy/TftpServer.py index 0f15fc0..f91d897 100644 --- a/tftpy/TftpServer.py +++ b/tftpy/TftpServer.py @@ -28,7 +28,7 @@ class TftpServer(TftpSession): # A dict of sessions, where each session is keyed by a string like # ip:tid for the remote end. self.sessions = {} - + if self.dyn_file_func: if not callable(self.dyn_file_func): raise TftpException, "A dyn_file_func supplied, but it is not callable."