Skip to content

Commit 4caf324

Browse files
committed
Make "Mandelbrot" live
Closes #813
1 parent 16f32e0 commit 4caf324

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config/data/holes.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2141,7 +2141,6 @@ preamble = '''
21412141

21422142
[Mandelbrot]
21432143
category = 'Art'
2144-
experiment = 813
21452144
links = [
21462145
{ name = 'Rosetta Code', url = '//rosettacode.org/wiki/Mandelbrot_set' },
21472146
{ name = 'Wikipedia', url = '//en.wikipedia.org/wiki/Mandelbrot_set' },

discord/bot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func channel(hole *config.Hole, lang *config.Lang) string {
7070
if hole.Experiment != 0 || lang.Experiment != 0 {
7171
return chanWildID
7272
}
73-
if hole.ID == "scrambled-sort" {
73+
if hole.ID == "mandelbrot" {
7474
return chanFreshID
7575
}
7676
return chanSourID

0 commit comments

Comments
 (0)