fix variable to readonly in Scral.cs

This commit is contained in:
BlubbFish 2019-02-15 00:00:00 +01:00
parent c53ec73693
commit 7ff9e90145

View File

@ -15,7 +15,7 @@ namespace Fraunhofer.Fit.IoT.Bots.LoraBot.Moduls {
public override event ModulEvent Update;
private readonly Object getLock = new Object();
private readonly Boolean authRequired;
private String auth;
private readonly String auth;
public Scral(LoraController lib, InIReader settings) : base(lib, settings) {
if (!this.config.ContainsKey("general")) {