Skip to content

Commit

Permalink
Update sshdb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Am-Delta authored Nov 18, 2023
1 parent fe0d60d commit 1b1c2c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sshdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,9 @@
"custom_tutorial_only_button_name": "آموزش خرید",
"custom_tutorial_only_button_type": "text",
"custom_tutorial_only_button_file_id": 0,
"custom_tutorial_only_button_caption": "text"
"custom_tutorial_only_button_caption": "text",
"invitation_limit": 10,
"buy_only_customers": "off"
}

c.execute("INSERT INTO Settings (ID, Settings) VALUES (?, ?)", (1, str(settings)))
Expand Down

0 comments on commit 1b1c2c4

Please sign in to comment.