From aa69201f0d8a8e020945ac4012b2c37eded2e573 Mon Sep 17 00:00:00 2001 From: ASWDAYTH <79419887+ASWDAYTH@users.noreply.github.com> Date: Sat, 13 Mar 2021 00:45:02 +0300 Subject: [PATCH] Rename brute.py to brte.py --- brute.py => brte.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename brute.py => brte.py (99%) diff --git a/brute.py b/brte.py similarity index 99% rename from brute.py rename to brte.py index ac73593..bf30b4f 100644 --- a/brute.py +++ b/brte.py @@ -187,4 +187,4 @@ def runn_noobs(): print " " if __name__=='__main__': - main() \ No newline at end of file + main()