Skip to content

Commit

Permalink
+ renamed autoOutput to autoSave
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuucheen committed Sep 25, 2024
1 parent 29e1aa2 commit 00530cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions common/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Config struct {
PrivacyMode bool `json:"privacy_mode"`
CopyToClipboard bool `json:"copyToClipboard"`
AutoSelect autoSelect `json:"autoSelect"`
AutoOutput autoOutput `json:"autoOutput"`
AutoOutput autoSave `json:"autoSave"`
TimeBetweenRefresh int `json:"timeBetweenRefresh"`
IpLookup string `json:"iplookup"`
JudgesThreads int `json:"judges_threads"`
Expand All @@ -34,7 +34,7 @@ type autoSelect struct {
Socks5 bool
}

type autoOutput struct {
type autoSave struct {
TimeBetweenSafes int `json:"timeBetweenSafes"`
IpPort bool `json:"ip:port"`
ProtocolIpPort bool `json:"protocol://ip:port"`
Expand Down
2 changes: 1 addition & 1 deletion settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"socks5": false
},

"autoOutput": {
"autoSave": {
"timeBetweenSafes": 15,

"ip:port": false,
Expand Down

0 comments on commit 00530cc

Please sign in to comment.