mirror of
https://github.com/skidoodle/ncore-stats.git
synced 2025-02-15 05:09:14 +01:00
this should fix it
This commit is contained in:
parent
61cbd62ee3
commit
c6ac549281
4 changed files with 13 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1 @@
|
|||
.env
|
||||
.env.local
|
||||
|
|
11
data/data.json
Normal file
11
data/data.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
[
|
||||
{
|
||||
"owner": "displayName",
|
||||
"timestamp": "2024-10-10T17:30:21.0999256+02:00",
|
||||
"rank": "",
|
||||
"upload": "",
|
||||
"current_upload": "",
|
||||
"current_download": "",
|
||||
"points": ""
|
||||
}
|
||||
]
|
1
main.go
1
main.go
|
@ -34,6 +34,7 @@ var (
|
|||
)
|
||||
|
||||
func init() {
|
||||
_ = godotenv.Load(".env.local")
|
||||
godotenv.Load()
|
||||
|
||||
nick = os.Getenv("NICK")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue