Skip to content

Commit b9b2878

Browse files
author
menckend
committed
asdf
1 parent 916e22e commit b9b2878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox_ptov/jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class ptovJob(JobRunner):
88
class Meta:
99
name = "ptovJob"
10-
object_types = [GNS3Server] # Changed to match the correct model name
10+
object_types = ['GNS3Server'] # Changed to match the correct model name
1111
verbose_name = "GNS3 Server Job"
1212
description = "Creates a virtual lab from physical network devices"
1313

0 commit comments

Comments
 (0)