Correct infinite loop if no internet
This commit is contained in:
		@@ -26,8 +26,8 @@
 | 
			
		||||
                    .then(response => {
 | 
			
		||||
                        if (response.data.internet){
 | 
			
		||||
                            this.internet = true
 | 
			
		||||
                            this.load_config()
 | 
			
		||||
                        } 
 | 
			
		||||
                        this.load_config()
 | 
			
		||||
                    })
 | 
			
		||||
                    .catch(err => (console.log(err)))
 | 
			
		||||
            },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user