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