Skip to content

Commit

Permalink
Remove duplicate line in ProcessTransferOpRequest handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Sviatoslav authored and mtwebster committed Dec 20, 2023
1 parent ce45bbd commit 972fdaf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,6 @@ def GetRemoteMachineAvatar(self, request, context):
def ProcessTransferOpRequest(self, request, context):
logging.debug("Server RPC: ProcessTransferOpRequest from '%s'" % request.info.readable_name)

remote_machine = self.remote_machines[request.info.ident]

try:
remote_machine = self.remote_machines[request.info.ident]
except KeyError as e:
Expand Down

0 comments on commit 972fdaf

Please sign in to comment.