Update test_block.tsv
Browse files- test_block.tsv +1 -1
test_block.tsv
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
Intent Script
|
2 |
If city is not equal to an empty string concatenate the strings city, ',' and country to geoLoc if city != '': \n geoLoc = city + ', ' + country
|
3 |
-
|
4 |
If ret equals 2 then Call the method sendline with argument 'yes' of child and Call the function connect with arguments user, host, keyfile and False if ret == 2: \n child.sendline('yes') \n connect(user, host, keyfile, False)
|
5 |
For each client in botNet call the function send_command with argument command and assign the value to output for client in botNet: \n output = client.send_command(command)
|
6 |
Define the method __init__ with arguments self, title, text and url, assign to title of self the value title, assign to text of self the value text and assign to text of self the value text def __init__(self,title,text,url): \n self.title = title \n self.text = text \n self.url = url \n
|
|
|
1 |
Intent Script
|
2 |
If city is not equal to an empty string concatenate the strings city, ',' and country to geoLoc if city != '': \n geoLoc = city + ', ' + country
|
3 |
+
Except assigne to variable e and return the value 'Unregistered' except Exception as e: \n return 'Unregistered'
|
4 |
If ret equals 2 then Call the method sendline with argument 'yes' of child and Call the function connect with arguments user, host, keyfile and False if ret == 2: \n child.sendline('yes') \n connect(user, host, keyfile, False)
|
5 |
For each client in botNet call the function send_command with argument command and assign the value to output for client in botNet: \n output = client.send_command(command)
|
6 |
Define the method __init__ with arguments self, title, text and url, assign to title of self the value title, assign to text of self the value text and assign to text of self the value text def __init__(self,title,text,url): \n self.title = title \n self.text = text \n self.url = url \n
|