mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
fix
This commit is contained in:
parent
b884daf3cd
commit
b60ab35421
@ -93,9 +93,9 @@ class bgmsettings(QDialog):
|
|||||||
json={
|
json={
|
||||||
"type": 4,
|
"type": 4,
|
||||||
# "rate": 10,
|
# "rate": 10,
|
||||||
"comment": "string",
|
# "comment": "string",
|
||||||
"private": True,
|
# "private": True,
|
||||||
"tags": ["string"],
|
# "tags": ["string"],
|
||||||
},
|
},
|
||||||
proxies=self._ref.proxy,
|
proxies=self._ref.proxy,
|
||||||
)
|
)
|
||||||
@ -111,9 +111,9 @@ class bgmsettings(QDialog):
|
|||||||
json={
|
json={
|
||||||
"type": 4,
|
"type": 4,
|
||||||
# "rate": 10,
|
# "rate": 10,
|
||||||
"comment": "string",
|
# "comment": "string",
|
||||||
"private": True,
|
# "private": True,
|
||||||
"tags": ["string"],
|
# "tags": ["string"],
|
||||||
},
|
},
|
||||||
proxies=self._ref.proxy,
|
proxies=self._ref.proxy,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user