Update key_request.py
Browse filesChanged the time you have access for to 3 minutes
- key_request.py +1 -1
key_request.py
CHANGED
|
@@ -18,7 +18,7 @@ def show():
|
|
| 18 |
# same as the microscope prior to the running of the program running the
|
| 19 |
# function update_variable_test() will work
|
| 20 |
microscope = "microscope2"
|
| 21 |
-
access_time =
|
| 22 |
database_name = "openflexure-microscope"
|
| 23 |
collection_name = "Cluster0"
|
| 24 |
microscopes = [
|
|
|
|
| 18 |
# same as the microscope prior to the running of the program running the
|
| 19 |
# function update_variable_test() will work
|
| 20 |
microscope = "microscope2"
|
| 21 |
+
access_time = 180
|
| 22 |
database_name = "openflexure-microscope"
|
| 23 |
collection_name = "Cluster0"
|
| 24 |
microscopes = [
|