| 
														
															@@ -23,7 +23,7 @@ class R2R: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         if not self.auth_enabled: 
														 | 
														
														 | 
														
															         if not self.auth_enabled: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             return 
														 | 
														
														 | 
														
															             return 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         if not self.client_sync: 
														 | 
														
														 | 
														
															         if not self.client_sync: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            self.client_sync = R2RClient(tool_settings.R2R_BASE_URL, "/v3") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            self.client_sync = R2RClient(tool_settings.R2R_BASE_URL, 300) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             self.client_sync.users.login( 
														 | 
														
														 | 
														
															             self.client_sync.users.login( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 tool_settings.R2R_USERNAME, tool_settings.R2R_PASSWORD 
														 | 
														
														 | 
														
															                 tool_settings.R2R_USERNAME, tool_settings.R2R_PASSWORD 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             ) 
														 | 
														
														 | 
														
															             ) 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -38,7 +38,7 @@ class R2R: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         if not self.auth_enabled: 
														 | 
														
														 | 
														
															         if not self.auth_enabled: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             return 
														 | 
														
														 | 
														
															             return 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         if not self.client: 
														 | 
														
														 | 
														
															         if not self.client: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            self.client = R2RAsyncClient(tool_settings.R2R_BASE_URL, "/v3") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            self.client = R2RAsyncClient(tool_settings.R2R_BASE_URL, 300) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         print( 
														 | 
														
														 | 
														
															         print( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             "1111111111111111111111111111111122222vvdgdfdf" + tool_settings.R2R_USERNAME 
														 | 
														
														 | 
														
															             "1111111111111111111111111111111122222vvdgdfdf" + tool_settings.R2R_USERNAME 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         ) 
														 | 
														
														 | 
														
															         ) 
														 |