imperialwool commited on
Commit
1bd35b2
1 Parent(s): 29f3438
app.py CHANGED
@@ -84,7 +84,7 @@ def getBMPreview(): return osuApi.getPreview(request)
84
  def getBMFull(): return osuApi.getFull(request)
85
 
86
  if __name__ == "__main__":
87
- VERSION = '1.0 build70'
88
 
89
  config = configFile()
90
  with open(config['config-path'], "w") as outfile:
 
84
  def getBMFull(): return osuApi.getFull(request)
85
 
86
  if __name__ == "__main__":
87
+ VERSION = '1.0 build72'
88
 
89
  config = configFile()
90
  with open(config['config-path'], "w") as outfile:
routes/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (250 Bytes). View file
 
routes/__pycache__/helpers.cpython-310.pyc ADDED
Binary file (4.62 kB). View file
 
routes/osuApi/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (244 Bytes). View file
 
routes/osuApi/__pycache__/findSong.cpython-310.pyc ADDED
Binary file (1.3 kB). View file
 
routes/osuApi/__pycache__/getBeatmap.cpython-310.pyc ADDED
Binary file (380 Bytes). View file
 
routes/osuApi/__pycache__/getFull.cpython-310.pyc ADDED
Binary file (2.13 kB). View file
 
routes/osuApi/__pycache__/getPreview.cpython-310.pyc ADDED
Binary file (1.39 kB). View file
 
routes/siteRoutes/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (205 Bytes). View file
 
routes/siteRoutes/__pycache__/sigGen.cpython-310.pyc ADDED
Binary file (1.23 kB). View file
 
routes/siteRoutes/__pycache__/systemInfo.cpython-310.pyc ADDED
Binary file (1.09 kB). View file
 
routes/witaiApi/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (189 Bytes). View file
 
routes/witaiApi/__pycache__/recognizeVoice.cpython-310.pyc ADDED
Binary file (1.98 kB). View file
 
routes/ytApi/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (219 Bytes). View file
 
routes/ytApi/__pycache__/get.cpython-310.pyc ADDED
Binary file (1.7 kB). View file
 
routes/ytApi/__pycache__/getFull.cpython-310.pyc ADDED
Binary file (1.21 kB). View file
 
routes/ytApi/__pycache__/getPreview.cpython-310.pyc ADDED
Binary file (1.39 kB). View file
 
routes/ytApi/__pycache__/search.cpython-310.pyc ADDED
Binary file (1.05 kB). View file
 
templates/index.html CHANGED
@@ -4,6 +4,9 @@
4
  <title>woolbot's FunAPI</title>
5
  <style> body {background-color:#14191f;} </style>
6
  <meta charset="utf-8">
 
 
 
7
  <meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
8
  <script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script>
9
  </head>
@@ -20,6 +23,8 @@
20
  bg-color="#14191f"
21
  text-color="#aec2e0"
22
  primary-color="#c7d8f2"
 
 
23
  > <br> </rapi-doc>
24
  </body>
25
  </html>
 
4
  <title>woolbot's FunAPI</title>
5
  <style> body {background-color:#14191f;} </style>
6
  <meta charset="utf-8">
7
+ <link rel="icon" type="image/x-icon" href="favicon.ico">
8
+ <link href="https://fonts.googleapis.com/css?family=Inter" rel="stylesheet">
9
+ <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
10
  <meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
11
  <script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script>
12
  </head>
 
23
  bg-color="#14191f"
24
  text-color="#aec2e0"
25
  primary-color="#c7d8f2"
26
+ mono-font="Source Code Pro"
27
+ regular-font="Inter"
28
  > <br> </rapi-doc>
29
  </body>
30
  </html>