Revert "Misc"

This reverts commit bbe38e34ee.
This commit is contained in:
JustArchi
2016-12-07 14:27:59 +01:00
parent bbe38e34ee
commit 0af6d48a3c

View File

@@ -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