Skip to content

Commit

Permalink
Update restsdk_public.py
Browse files Browse the repository at this point in the history
  • Loading branch information
springfielddatarecovery authored Nov 11, 2019
1 parent 55a6c0c commit 93c9538
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion restsdk_public.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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")

0 comments on commit 93c9538

Please sign in to comment.