Skip to content

Commit ec3e7ab

Browse files
authored
Update main.py
1 parent c79e4e7 commit ec3e7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def filterGArray(g):
381381
if commonSubscriptions != None:
382382
newG=[commonSubscriptions, [removeValue(g, commonSubscriptions)]]
383383
else:
384-
newG=commonSubscriptions
384+
newG=g
385385
print("newG: ", newG)
386386
newG=filterGArray(newG)
387387
print("newG: ", newG)

0 commit comments

Comments
 (0)