Skip to content

Commit

Permalink
fix #163
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyl18 committed Oct 1, 2022
1 parent 546ba41 commit a1583cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WFBot/WFBotCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ public async Task Init()
try
{
var hc = new HttpClient();
var s = await hc.GetStringAsync($"https://wfbot.cyan.cafe/api/StartUpTime?time={startTime:F4}");
var s = await hc.GetStringAsync($"https://wfbot.cyan.cafe/api/StartUpTime?time={startTime:F4}&clientid={TelemetryClient.ClientID}");
t = s;
}
catch (Exception)
Expand Down

0 comments on commit a1583cb

Please sign in to comment.