mirror of
				https://gitlab.com/gpvkt/twitch-irl-docker.git
				synced 2025-10-31 00:57:37 +01:00 
			
		
		
		
	fixed tts jquery compat, pinned obswebsocket version
This commit is contained in:
		
							parent
							
								
									d96d5a440e
								
							
						
					
					
						commit
						fb13cc76c5
					
				
					 3 changed files with 3 additions and 4 deletions
				
			
		|  | @ -16,7 +16,7 @@ RUN apt-get install -y python3 python3-yaml python3-requests python3-oauthlib py | |||
| RUN apt-get install -y git | ||||
| RUN pip3 install argparse | ||||
| RUN pip3 install irc | ||||
| RUN pip3 install obs-websocket-py | ||||
| RUN pip3 install obs-websocket-py==0.5.3 | ||||
| RUN pip3 install lxml | ||||
| 
 | ||||
| RUN apt-get install -y supervisor coreutils dehydrated dos2unix | ||||
|  |  | |||
|  | @ -58,6 +58,7 @@ try: | |||
|     connected = True | ||||
| except: | ||||
|     connected = False | ||||
|     print('Not Connected') | ||||
| 
 | ||||
| if connected: | ||||
|     scenes = ws.call(requests.GetSceneList()) | ||||
|  | @ -94,7 +95,7 @@ print('''<!DOCTYPE html> | |||
|             #obserror.visible { display:block; } | ||||
|             #lowbitrate.visible { display:block; } | ||||
|         </style> | ||||
|         <script src="./jquery.js"></script>''') | ||||
|         <script src="./_jquery.js"></script>''') | ||||
| 
 | ||||
| if connected: | ||||
|     print('<script src="./remote.js"></script>') | ||||
|  |  | |||
							
								
								
									
										2
									
								
								build/www/jquery.js
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								build/www/jquery.js
									
										
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Loading…
	
	Add table
		
		Reference in a new issue