Spaces:
Runtime error
Runtime error
Update server.py
Browse files
server.py
CHANGED
@@ -5,7 +5,7 @@ import os
|
|
5 |
import logging
|
6 |
from logging import NullHandler
|
7 |
import subprocess
|
8 |
-
from functools import
|
9 |
|
10 |
# Copied pepsi (thanks <3) made some modification so it works for me :v hue hue, nah doesn't use that shitty api thingy :v world sim whatever >.>
|
11 |
|
|
|
5 |
import logging
|
6 |
from logging import NullHandler
|
7 |
import subprocess
|
8 |
+
from functools import wraps
|
9 |
|
10 |
# Copied pepsi (thanks <3) made some modification so it works for me :v hue hue, nah doesn't use that shitty api thingy :v world sim whatever >.>
|
11 |
|