figenc

[RADIOACTIVE] rsa and symmetric key encryption scripts and executables
git clone git://git.figbert.com/figenc.git
Log | Files | Refs | README

commit 83d9135eff8734e060c01a96390f6baefe9151df
parent 2510e8dda3910927127f04b6deb0a2672a0453da
Author: therealFIGBERT <figbertwelner@gmail.com>
Date:   Tue, 30 Jul 2019 12:54:00 -0700

Fixing small glitch in test file

Diffstat:
MTest/test.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Test/test.py b/Test/test.py @@ -3,7 +3,7 @@ import requests import tkinter as tk def update_script(): - git_data = requests.get("https://raw.githubusercontent.com/therealFIGBERT/figENC/master/Test/test.py") + git_data = requests.get("https://raw.githubusercontent.com/therealFIGBERT/figENC/master/Test/test.py").text with open(os.getcwd() + "test.py", "w") as write: write.write(git_data)