Skip to content

Commit

Permalink
Update StaticParams.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKrotos authored Dec 29, 2024
1 parent 4652534 commit 4b04196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VK UI3/StaticParams.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace VK_UI3
{
internal class StaticParams
{
public static readonly string tokenStatSly = "i5QlRbdyTpWgWgiNDBysitL88xUswcWAfQSFVWwxj5pwMdcl7KrNBfK0Qk9r";
public static readonly string tokenStatSly = Environment.GetEnvironmentVariable("TOKEN_STAT_SLY");
}

public class VKMStatSly : StatSlyLib.StatSLY
Expand All @@ -15,4 +15,4 @@ public VKMStatSly() : base(Token)
{
}
}
}
}

0 comments on commit 4b04196

Please sign in to comment.