mirror of
https://github.com/OwO-Network/DeepLX.git
synced 2025-04-18 21:53:24 +00:00
fix: remove unnecessary variables
This commit is contained in:
parent
d93ac81ea2
commit
5e080f3871
6
main.go
6
main.go
@ -2,7 +2,7 @@
|
|||||||
* @Author: Vincent Young
|
* @Author: Vincent Young
|
||||||
* @Date: 2023-07-01 21:45:34
|
* @Date: 2023-07-01 21:45:34
|
||||||
* @LastEditors: Vincent Young
|
* @LastEditors: Vincent Young
|
||||||
* @LastEditTime: 2023-11-27 14:49:02
|
* @LastEditTime: 2023-11-27 15:10:06
|
||||||
* @FilePath: /DeepLX/main.go
|
* @FilePath: /DeepLX/main.go
|
||||||
* @Telegram: https://t.me/missuo
|
* @Telegram: https://t.me/missuo
|
||||||
*
|
*
|
||||||
@ -32,10 +32,6 @@ import (
|
|||||||
"github.com/tidwall/gjson"
|
"github.com/tidwall/gjson"
|
||||||
)
|
)
|
||||||
|
|
||||||
var port int
|
|
||||||
var token string
|
|
||||||
var authKey string
|
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
Port int
|
Port int
|
||||||
Token string
|
Token string
|
||||||
|
Loading…
Reference in New Issue
Block a user