Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
mencken-d committed Feb 7, 2025
1 parent ef99fd1 commit 9f44837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_ptov/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class ptovJob(JobRunner):
class Meta:
name = "ptovJob"
object_types = ['GNS3Server'] # Changed to match the correct model name
object_types = [GNS3Server] # Changed to match the correct model name
verbose_name = "GNS3 Server Job"
description = "Creates a virtual lab from physical network devices"

Expand Down

0 comments on commit 9f44837

Please sign in to comment.