mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-19 14:48:09 -07:00
Refactored processOutgoing to process_outgoing
This commit is contained in:
@@ -115,7 +115,7 @@ class PipeInterface(Interface):
|
||||
self.owner.inbound(data, self)
|
||||
|
||||
|
||||
def processOutgoing(self,data):
|
||||
def process_outgoing(self,data):
|
||||
if self.online:
|
||||
data = bytes([HDLC.FLAG])+HDLC.escape(data)+bytes([HDLC.FLAG])
|
||||
written = self.process.stdin.write(data)
|
||||
|
||||
Reference in New Issue
Block a user