1
0
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:
A_D 2020-08-19 04:39:13 +02:00
parent 81c977d0da
commit 20357b3deb
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -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':