Skip to content

Commit

Permalink
Update util.go
Browse files Browse the repository at this point in the history
zengge99 authored Sep 16, 2024
1 parent b8532ec commit 3151408
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/115/util.go
Original file line number Diff line number Diff line change
@@ -26,7 +26,8 @@ import (
"github.com/pkg/errors"
)

var UserAgent = driver115.UA115Desktop
//var UserAgent = driver115.UA115Desktop
var UserAgent = "Mozilla/5.0 115disk/30.1.0"

func (d *Pan115) login() error {
var err error

0 comments on commit 3151408

Please sign in to comment.