From 93c953868874c2684da12ea79de6c6a77857a67b Mon Sep 17 00:00:00 2001 From: springfielddatarecovery <42523184+springfielddatarecovery@users.noreply.github.com> Date: Sun, 10 Nov 2019 19:52:04 -0800 Subject: [PATCH] Update restsdk_public.py --- restsdk_public.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/restsdk_public.py b/restsdk_public.py index 4424392..fc09933 100644 --- a/restsdk_public.py +++ b/restsdk_public.py @@ -1,5 +1,4 @@ ##Intended for python3.6 on linux, probably won't work on Windows -##Released into the public domain ##This software is distributed without any warranty. It will probably brick your computer. #DO NOT ADD SLASHES TO END OF DIRECTORIES db='/restsdk/data/db/index.db' #where the file DB is stored example: /data/db/index.db @@ -103,3 +102,6 @@ def getRootDirs(): copyfile(fullpath,newpath) except: print('Error copying file ' + fullpath + ' to ' + newpath) +print("Did this script help you recover your data? Or make you some money recovering somebody else's data?") +print("Consider sending us some bitcoin as a way of saying thanks!") +print("1DqSLNR8kTgwq5rvveUFDSbYQnJp9D5gfR")