Skip to content

Commit

Permalink
test(server.py): remove forward declarations of local variables
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Mar 30, 2024
1 parent 245bda7 commit bd13302
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ def main():
authorizer.add_user("user", "password", args.root_directory, perm = "elradfmwM")
authorizer.add_user("alice", "password", args.root_directory, perm = "elradfmwM")

handler = None
log_filename = None
if args.use_ssl == 'yes':
handler = TLS_FTPHandler
handler.certfile = os.path.join(sys.path[0], 'pyftpdlib/test/keycert.pem')
Expand Down

0 comments on commit bd13302

Please sign in to comment.