Skip to content
Snippets Groups Projects
Commit a2781699 authored by TH's avatar TH
Browse files

Actually Amigos RPC over Cloudflare works after all...

parent 599b422e
Branches
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ camera_type = 'virtcam'
# TODO: inherit an appropriate template from misc
class Camera:
def __init__(self, options):
self.frame_i = 10 # 1
self.frame_i = 1
self.fname_format = options['fname']
......
......@@ -89,7 +89,7 @@ class SimDataCollection:
class Camera:
def __init__(self, options):
self.frame_i = 10 # 1
self.frame_i = 1
#self.fname_format = fname_format
def get_frame(self):
prev_fname = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment