Skip to content

Commit

Permalink
fix: psID
Browse files Browse the repository at this point in the history
  • Loading branch information
Davincible committed Sep 15, 2022
1 parent 1837cc6 commit 4d9a034
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions goinsta.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ func ImportConfig(config ConfigFile, args ...interface{}) (*Instagram, error) {
totp: config.TOTP,
dID: config.DeviceID,
fID: config.FamilyID,
psID: "UFS-" + generateUUID() + "-0",
uuid: config.UUID,
rankToken: config.RankToken,
token: config.Token,
Expand Down

0 comments on commit 4d9a034

Please sign in to comment.