mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-25 05:00:53 +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
|
||||
def should_send(entries: List[Mapping[str, Any]]) -> bool:
|
||||
|
||||
# batch up burst of Scan events after NavBeaconScan
|
||||
if this.navbeaconscan:
|
||||
if entries and entries[-1]['event'] == 'Scan':
|
||||
|
Loading…
x
Reference in New Issue
Block a user