Switched originalScale storage

This commit is contained in:
rony5394
2026-05-19 14:20:22 +02:00
parent 7214e26168
commit 778bab644f
2 changed files with 10 additions and 9 deletions

View File

@@ -8,7 +8,6 @@ import (
"os"
"os/signal"
"strings"
"sync"
"syscall"
"time"
@@ -23,7 +22,6 @@ import (
// Add mutex.
var ApiClient *client.Client;
var scale sync.Map;
var token string = "12345";
var theConfig cfg.Config;