mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-08-27 04:08:58 +00:00
Fixed typo
This commit is contained in:
parent
65222e0de8
commit
2e9443ffe2
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ class BackboneInterface(Interface):
|
|||
|
||||
try: BackboneInterface.epoll.register(fileno, select.EPOLLIN)
|
||||
except Exception as e:
|
||||
RNS.log(f"An error occurred while registering EPOLL_IN for file descriptor {fileno}: {e}", RNS.LOG_WARNING)
|
||||
RNS.log(f"An error occurred while registering EPOLLIN for file descriptor {fileno}: {e}", RNS.LOG_WARNING)
|
||||
|
||||
@staticmethod
|
||||
def deregister_fileno(fileno):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue