mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-09-20 14:27:42 +00:00
flynt pass to provide consistency to string formatters and concatenation
This commit is contained in:
@@ -26,7 +26,7 @@ class ClublogXML(FileDownloadCallsignDataProvider):
|
||||
logging.warning(
|
||||
"Clublog XML callsign data provider configured but no api key was provided, this has been disabled.")
|
||||
|
||||
super().__init__("Clublog XML", provider_config, self.DATA_URL + "?api=" + self._api_key,
|
||||
super().__init__("Clublog XML", provider_config, f"{self.DATA_URL}?api={self._api_key}",
|
||||
self.CACHE_PATH_ZIPPED, self.POLL_INTERVAL_DAYS, DATA_STORE.callsign_data_clublogxml)
|
||||
|
||||
def _handle_file(self, path):
|
||||
|
||||
Reference in New Issue
Block a user