mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
@@ -64,8 +64,9 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
const string request = SharedInfo.StatisticsServer + "/api/HeartBeat";
|
||||
Dictionary<string, string> data = new Dictionary<string, string>(1) {
|
||||
{ "SteamID", Bot.SteamID.ToString() }
|
||||
Dictionary<string, string> data = new Dictionary<string, string>(2) {
|
||||
{ "SteamID", Bot.SteamID.ToString() },
|
||||
{ "Guid", Program.GlobalDatabase.Guid.ToString("N") }
|
||||
};
|
||||
|
||||
// We don't need retry logic here
|
||||
|
||||
Reference in New Issue
Block a user