Skip to content

Commit

Permalink
Updated first-start message
Browse files Browse the repository at this point in the history
  • Loading branch information
connervieira committed Jun 14, 2024
1 parent 5630301 commit 8011229
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@
print("For more information, see the `docs/CONFIGURE.md` document.")
input(style.faint + "Press enter to continue..." + style.end)

print("")
clear()
print(style.bold + style.red + "Funding" + style.end)
print("Predator is completely free to use, and doesn't contain monetization like advertising or sponsorships. If you find the project to be useful, please consider supporting it financially.")
print("For more information, see `https://v0lttech.com/donate.php`.")
input(style.faint + "Press enter to continue..." + style.end)


with open(predator_root_directory + "/install.json", 'w') as file:
json.dump(install_data, file)
Expand Down

0 comments on commit 8011229

Please sign in to comment.