improve porkbun credentials loading
This commit is contained in:
parent
ec94e6ad46
commit
4b92d2e7c4
3 changed files with 112 additions and 77 deletions
|
|
@ -11,7 +11,7 @@ import (
|
|||
func main() {
|
||||
a := app.New()
|
||||
|
||||
p := tea.NewProgram(a)
|
||||
p := tea.NewProgram(&a)
|
||||
if _, err := p.Run(); err != nil {
|
||||
fmt.Println("Error:", err)
|
||||
os.Exit(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue