mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-27 22:12:13 +03:00
replaced modulo formatting with fstrings
This commit is contained in:
parent
81c977d0da
commit
20357b3deb
@ -543,7 +543,6 @@ def worker() -> None:
|
|||||||
|
|
||||||
# Whether any of the entries should be sent immediately
|
# Whether any of the entries should be sent immediately
|
||||||
def should_send(entries: List[Mapping[str, Any]]) -> bool:
|
def should_send(entries: List[Mapping[str, Any]]) -> bool:
|
||||||
|
|
||||||
# batch up burst of Scan events after NavBeaconScan
|
# batch up burst of Scan events after NavBeaconScan
|
||||||
if this.navbeaconscan:
|
if this.navbeaconscan:
|
||||||
if entries and entries[-1]['event'] == 'Scan':
|
if entries and entries[-1]['event'] == 'Scan':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user