Changeset 141 in code for trunk


Ignore:
Timestamp:
Apr 20, 2023, 6:17:12 AM (2 years ago)
Author:
Izuru Yakumo
Message:

Shoot I ate a zero

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/morty.go

    r140 r141  
    369369
    370370        req.SetRequestURI(requestURIStr)
    371         req.Header.SetUserAgentBytes([]byte("Mozilla/5.0 (Windows NT 1.0; Win64; x64; rv:112.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"))
     371        req.Header.SetUserAgentBytes([]byte("Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:112.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"))
    372372
    373373        resp := fasthttp.AcquireResponse()
Note: See TracChangeset for help on using the changeset viewer.