diff --git a/Lora-Bot/Moduls/Scral.cs b/Lora-Bot/Moduls/Scral.cs index 0123645..d0ef6f0 100644 --- a/Lora-Bot/Moduls/Scral.cs +++ b/Lora-Bot/Moduls/Scral.cs @@ -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")) {