mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-03 17:11:16 +03:00
scripts/eddn-report: Current G19s version only / EVA is abandoned
This commit is contained in:
parent
e69f7a938a
commit
ea4e0b1d4d
@ -117,9 +117,6 @@ def process_file(input_file: str) -> None:
|
||||
print(matches.group('err_msg'))
|
||||
print(line)
|
||||
|
||||
else:
|
||||
print(line)
|
||||
|
||||
elif matches.group('software_name') == 'EDSM':
|
||||
# It's in-browser, no public source/releases
|
||||
if matches.group('software_version') == '1.0.1':
|
||||
@ -197,7 +194,14 @@ def process_file(input_file: str) -> None:
|
||||
|
||||
else:
|
||||
print(line)
|
||||
###################################################################
|
||||
|
||||
# Abandoned/unmaintained project
|
||||
# <https://forums.frontier.co.uk/threads/release-eva-elite-virtual-assistant-for-iphone-ipad-no-longer-working-jan-2020.245900/page-18>
|
||||
# <https://apps.apple.com/gb/app/eva/id1098763533>
|
||||
elif matches.group('software_name') == 'EVA [iPhone]':
|
||||
pass
|
||||
|
||||
####################################################################
|
||||
# Issues we know about, but haven't yet alerted developers to
|
||||
###################################################################
|
||||
###################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user