summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorsstvinc2 <sstvinc2@gmail.com>2017-02-13 21:40:12 -0600
committersstvinc2 <sstvinc2@gmail.com>2017-02-13 21:40:12 -0600
commit82166863a0c4a8c101d041123c4ac2f098c9ef9a (patch)
tree51104dd4887dcc8c02f7fdfe62e185468eddf365 /main.py
parent028845d66a407f8af072c7b11be7be4bb4ae4602 (diff)
Better URL obfuscation method
Was pointing to static HTML files, but they changed anytime the program was re-run, causing links to point to unexpected URLs. Changed to javascript obfuscation, using an onclick event rather than the href, which sufficiently hides the URL for most purposes.
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 3a22875..163f73a 100644
--- a/main.py
+++ b/main.py
@@ -9,7 +9,7 @@ def main():
print('-----------------------')
run()
print('-----------------------')
- time.sleep(120)
+ time.sleep(600)
def run():
sourceList=[]