mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Fix fetch poll if server down
This commit is contained in:
		@@ -371,7 +371,7 @@
 | 
			
		||||
            }
 | 
			
		||||
        });
 | 
			
		||||
        fet.catch(function(data) {
 | 
			
		||||
          if (!(data.status != 403 || data.status != 401)) {
 | 
			
		||||
          if (data.status != 403 || data.status != 401) {
 | 
			
		||||
              fetchtimeout = setTimeout(run_fetch_routine, 10000);
 | 
			
		||||
          }
 | 
			
		||||
        });
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user