diff options
Diffstat (limited to 'hotline/account.go')
| -rw-r--r-- | hotline/account.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/account.go b/hotline/account.go index 526eb05..39ea974 100644 --- a/hotline/account.go +++ b/hotline/account.go @@ -14,7 +14,7 @@ type Account struct { Login string `yaml:"Login"` Name string `yaml:"Name"` Password string `yaml:"Password"` - Access AccessBitmap `yaml:"Access,flow"` + Access AccessBitmap `yaml:"Access"` FileRoot string `yaml:"FileRoot"` readOffset int // Internal offset to track read progress |