do not have linebreak in own hsaddr
This commit is contained in:
		
							parent
							
								
									58110e461e
								
							
						
					
					
						commit
						6f761aaeff
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -55,7 +55,7 @@ class Core: | ||||||
| 
 | 
 | ||||||
|             if os.path.exists('data/hs/hostname'): |             if os.path.exists('data/hs/hostname'): | ||||||
|                 with open('data/hs/hostname', 'r') as hs: |                 with open('data/hs/hostname', 'r') as hs: | ||||||
|                     self.hsAdder = hs.read() |                     self.hsAdder = hs.read().strip() | ||||||
| 
 | 
 | ||||||
|             # Load bootstrap address list |             # Load bootstrap address list | ||||||
|             if os.path.exists(self.bootstrapFileLocation): |             if os.path.exists(self.bootstrapFileLocation): | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue