mirror of
https://github.com/spencershepard/RotorOps.git
synced 2025-11-10 15:45:30 +00:00
save and generate config files
This commit is contained in:
committed by
Spencer Shepard
parent
538449f2f3
commit
65b5d3f773
@@ -20,6 +20,7 @@ class Scenario:
|
||||
self.packageID = None
|
||||
self.local_rating = None
|
||||
self.author = "unknown"
|
||||
self.display_description = ""
|
||||
|
||||
|
||||
def applyConfig(self, config):
|
||||
@@ -122,7 +123,7 @@ class Scenario:
|
||||
)
|
||||
if self.packageID:
|
||||
description = description + "\n\nScenario module ID: " + self.packageID
|
||||
self.description = description.replace("\n", "<br />")
|
||||
self.display_description = description.replace("\n", "<br />")
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user