try to make it run continously
This commit is contained in:
		| @@ -24,12 +24,13 @@ func main() { | |||||||
| 	println(responseDeRegisterString) | 	println(responseDeRegisterString) | ||||||
|  |  | ||||||
| 	time.Sleep(5 * time.Second) | 	time.Sleep(5 * time.Second) | ||||||
|  | 	response, err := registerXApp() | ||||||
|  |  | ||||||
| 	for true { | 	for true { | ||||||
| 		registerXApp() | 		registerXApp() | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	response, err := registerXApp() | 	response, err = registerXApp() | ||||||
|  |  | ||||||
| 	if err != nil { | 	if err != nil { | ||||||
| 		print("Error: " + err.Error()) | 		print("Error: " + err.Error()) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user