mirror of
https://github.com/Alexey71/opera-proxy.git
synced 2026-05-15 07:01:00 +00:00
fmt
This commit is contained in:
@@ -208,7 +208,7 @@ func run() int {
|
||||
}
|
||||
cl()
|
||||
|
||||
runTicker(context.Background(), args.refresh, func (ctx context.Context) {
|
||||
runTicker(context.Background(), args.refresh, func(ctx context.Context) {
|
||||
mainLogger.Info("Refreshing login...")
|
||||
loginCtx, cl := context.WithTimeout(ctx, args.timeout)
|
||||
defer cl()
|
||||
|
||||
Reference in New Issue
Block a user