Skip to content

Commit

Permalink
fix: AirISP的key名错误
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Dec 31, 2023
1 parent 278d268 commit d28aeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def f(host, suffixName):


def AirISP():
data = {'name': "AirISP-next", 'version': AirISPVersion}
data = {'name': "AirISP", 'version': AirISPVersion}
dataCn = data
system = []
systemCn = []
Expand Down

0 comments on commit d28aeea

Please sign in to comment.