Skip to content

Commit 64aaa3c

Browse files
author
michael xu
committed
# Conflicts: # userInterface.py
2 parents 55bf70c + 476c6c6 commit 64aaa3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userInterface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ def addSma(self):
666666
paramDialog.addParameterColor("Plot color", "#FFFF00")
667667
paramDialog.adjustSize()
668668

669-
if (paramDialog.exec() == QtWidgets.QDialog.DialogCode.Accepted ):
669+
if paramDialog.exec() == QtWidgets.QDialog.DialogCode.Accepted:
670670
period = paramDialog.getValue("SMA Period")
671671
width = paramDialog.getValue("Plot width")
672672
qColor = paramDialog.getColorValue("Plot color")

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy