包名小写

This commit is contained in:
liyp 2021-09-17 22:07:06 +08:00
parent fc1ba2aec1
commit 0bbdc0da7b

View file

@ -15,6 +15,7 @@ class Ans(StdAns):
'Community, Community-Testing仓库以及AUR的软件 ' 'Community, Community-Testing仓库以及AUR的软件 '
return msg return msg
else: else:
self.parms[1]=self.parms[1].lower()
repo = str() repo = str()
try: try:
if len(self.parms) > 1: if len(self.parms) > 1: