asdfasdfasdf
All checks were successful
Build MuCaPy Executable / build-and-package (push) Successful in 1m41s
All checks were successful
Build MuCaPy Executable / build-and-package (push) Successful in 1m41s
This commit is contained in:
@@ -71,7 +71,22 @@ TODO:
|
|||||||
Cameras:
|
Cameras:
|
||||||
- http://pendelcam.kip.uni-heidelberg.de/mjpg/video.mjpg
|
- http://pendelcam.kip.uni-heidelberg.de/mjpg/video.mjpg
|
||||||
""" # This will also display centered
|
""" # This will also display centered
|
||||||
|
#------------------------------------------------------------------------------------------------------------------------------------------------#
|
||||||
|
self.beaver:str="""
|
||||||
|
___
|
||||||
|
.=" "=._.---.
|
||||||
|
."" c ' Y'`p
|
||||||
|
/ , `. w_/
|
||||||
|
jgs | '-. / /
|
||||||
|
_,..._| )_-\ \_=.\
|
||||||
|
`-....-'`--------)))`=-'"`'"
|
||||||
|
|
||||||
|
_______________________________________________
|
||||||
|
| |
|
||||||
|
| i am the angry beaver, fuck you ! :3 |
|
||||||
|
|_______________________________________________|
|
||||||
|
|
||||||
|
"""
|
||||||
#------------------------------------------------------------------------------------------------------------------------------------------------#
|
#------------------------------------------------------------------------------------------------------------------------------------------------#
|
||||||
|
|
||||||
"""
|
"""
|
||||||
@@ -95,5 +110,8 @@ Cameras:
|
|||||||
# Get Network Camera Instructions (in the setup dialog)
|
# Get Network Camera Instructions (in the setup dialog)
|
||||||
def get_instructions_CaSeDi_QLabel(self) -> str:
|
def get_instructions_CaSeDi_QLabel(self) -> str:
|
||||||
return self.instructions_CaSeDi_QLabel
|
return self.instructions_CaSeDi_QLabel
|
||||||
|
# Get the fuckass beaver. very angwy :3
|
||||||
|
def get_beaver(self) -> str:
|
||||||
|
return self.beaver
|
||||||
|
|
||||||
todo = todo()
|
todo = todo()
|
||||||
Reference in New Issue
Block a user